Class: Aws::Types::StreamGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#default_application ⇒ Types::DefaultApplication
Returns the value of attribute default_application.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
-
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
555 556 557 |
# File 'sig/types.rbs', line 555 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
561 562 563 |
# File 'sig/types.rbs', line 561 def created_at @created_at end |
#default_application ⇒ Types::DefaultApplication
Returns the value of attribute default_application.
558 559 560 |
# File 'sig/types.rbs', line 558 def default_application @default_application end |
#description ⇒ ::String
Returns the value of attribute description.
557 558 559 |
# File 'sig/types.rbs', line 557 def description @description end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
563 564 565 |
# File 'sig/types.rbs', line 563 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
556 557 558 |
# File 'sig/types.rbs', line 556 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
562 563 564 |
# File 'sig/types.rbs', line 562 def last_updated_at @last_updated_at end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
559 560 561 |
# File 'sig/types.rbs', line 559 def stream_class @stream_class end |