Class: Aws::Types::UpdateStreamGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamGroupOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_applications ⇒ ::Array[::String]
Returns the value of attribute associated_applications.
-
#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.
-
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
-
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "internalError", "noAvailableInstances"
Returns the value of attribute status_reason.
-
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def arn @arn end |
#associated_applications ⇒ ::Array[::String]
Returns the value of attribute associated_applications.
679 680 681 |
# File 'sig/types.rbs', line 679 def associated_applications @associated_applications end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
677 678 679 |
# File 'sig/types.rbs', line 677 def created_at @created_at end |
#default_application ⇒ Types::DefaultApplication
Returns the value of attribute default_application.
670 671 672 |
# File 'sig/types.rbs', line 670 def default_application @default_application end |
#description ⇒ ::String
Returns the value of attribute description.
669 670 671 |
# File 'sig/types.rbs', line 669 def description @description end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
678 679 680 |
# File 'sig/types.rbs', line 678 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
673 674 675 |
# File 'sig/types.rbs', line 673 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
676 677 678 |
# File 'sig/types.rbs', line 676 def last_updated_at @last_updated_at end |
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
671 672 673 |
# File 'sig/types.rbs', line 671 def location_states @location_states end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
674 675 676 |
# File 'sig/types.rbs', line 674 def status @status end |
#status_reason ⇒ "internalError", "noAvailableInstances"
Returns the value of attribute status_reason.
675 676 677 |
# File 'sig/types.rbs', line 675 def status_reason @status_reason end |
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
672 673 674 |
# File 'sig/types.rbs', line 672 def stream_class @stream_class end |