Class: Aws::Types::CreateStreamGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamGroupOutput
- 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.
97 98 99 |
# File 'sig/types.rbs', line 97 def arn @arn end |
#associated_applications ⇒ ::Array[::String]
Returns the value of attribute associated_applications.
108 109 110 |
# File 'sig/types.rbs', line 108 def associated_applications @associated_applications end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def created_at @created_at end |
#default_application ⇒ Types::DefaultApplication
Returns the value of attribute default_application.
99 100 101 |
# File 'sig/types.rbs', line 99 def default_application @default_application end |
#description ⇒ ::String
Returns the value of attribute description.
98 99 100 |
# File 'sig/types.rbs', line 98 def description @description end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
107 108 109 |
# File 'sig/types.rbs', line 107 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
102 103 104 |
# File 'sig/types.rbs', line 102 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
105 106 107 |
# File 'sig/types.rbs', line 105 def last_updated_at @last_updated_at end |
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
100 101 102 |
# File 'sig/types.rbs', line 100 def location_states @location_states end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
103 104 105 |
# File 'sig/types.rbs', line 103 def status @status end |
#status_reason ⇒ "internalError", "noAvailableInstances"
Returns the value of attribute status_reason.
104 105 106 |
# File 'sig/types.rbs', line 104 def status_reason @status_reason end |
#stream_class ⇒ "gen4n_high", ...
Returns the value of attribute stream_class.
101 102 103 |
# File 'sig/types.rbs', line 101 def stream_class @stream_class end |