Class: Aws::Types::CreateDistributionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDistributionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
283 284 285 |
# File 'sig/types.rbs', line 283 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
280 281 282 |
# File 'sig/types.rbs', line 280 def description @description end |
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
281 282 283 |
# File 'sig/types.rbs', line 281 def distributions @distributions end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
284 285 286 |
# File 'sig/types.rbs', line 284 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
279 280 281 |
# File 'sig/types.rbs', line 279 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
282 283 284 |
# File 'sig/types.rbs', line 282 def end |