Class: Aws::Kinesis::Types::MinimumThroughputBillingCommitmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::MinimumThroughputBillingCommitmentOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Represents the current status of minimum throughput billing commitment for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#earliest_allowed_end_at ⇒ Time
The earliest timestamp when the commitment can be ended.
-
#ended_at ⇒ Time
The timestamp when the commitment was ended.
-
#started_at ⇒ Time
The timestamp when the commitment was started.
-
#status ⇒ String
The current status of the minimum throughput billing commitment.
Instance Attribute Details
#earliest_allowed_end_at ⇒ Time
The earliest timestamp when the commitment can be ended.
1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1614 class MinimumThroughputBillingCommitmentOutput < Struct.new( :status, :started_at, :ended_at, :earliest_allowed_end_at) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp when the commitment was ended.
1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1614 class MinimumThroughputBillingCommitmentOutput < Struct.new( :status, :started_at, :ended_at, :earliest_allowed_end_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the commitment was started.
1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1614 class MinimumThroughputBillingCommitmentOutput < Struct.new( :status, :started_at, :ended_at, :earliest_allowed_end_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the minimum throughput billing commitment.
1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1614 class MinimumThroughputBillingCommitmentOutput < Struct.new( :status, :started_at, :ended_at, :earliest_allowed_end_at) SENSITIVE = [] include Aws::Structure end |