Class: Aws::Types::DescribeImageGenerationConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageGenerationConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
131 132 133 |
# File 'sig/types.rbs', line 131 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
130 131 132 |
# File 'sig/types.rbs', line 130 def stream_name @stream_name end |