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.
1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1519 class MinimumThroughputBillingCommitmentOutput < Struct.new( :status, :started_at, :ended_at, :earliest_allowed_end_at) SENSITIVE = [] include Aws::Structure end |