Class: Aws::Types::UpdateImageGenerationConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImageGenerationConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_generation_configuration ⇒ Types::ImageGenerationConfiguration
Returns the value of attribute image_generation_configuration.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#image_generation_configuration ⇒ Types::ImageGenerationConfiguration
Returns the value of attribute image_generation_configuration.
572 573 574 |
# File 'sig/types.rbs', line 572 def image_generation_configuration @image_generation_configuration end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
570 571 572 |
# File 'sig/types.rbs', line 570 def stream_name @stream_name end |