Class: Aws::Types::DistributeImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DistributeImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#source_image ⇒ ::String
Returns the value of attribute source_image.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
568 569 570 |
# File 'sig/types.rbs', line 568 def client_token @client_token end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def distribution_configuration_arn @distribution_configuration_arn end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
566 567 568 |
# File 'sig/types.rbs', line 566 def execution_role @execution_role end |
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
569 570 571 |
# File 'sig/types.rbs', line 569 def logging_configuration @logging_configuration end |
#source_image ⇒ ::String
Returns the value of attribute source_image.
564 565 566 |
# File 'sig/types.rbs', line 564 def source_image @source_image end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
567 568 569 |
# File 'sig/types.rbs', line 567 def @tags end |