Class: Aws::Types::CreatePublishingDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePublishingDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
-
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
562 563 564 |
# File 'sig/types.rbs', line 562 def client_token @client_token end |
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
561 562 563 |
# File 'sig/types.rbs', line 561 def destination_properties @destination_properties end |
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
560 561 562 |
# File 'sig/types.rbs', line 560 def destination_type @destination_type end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def detector_id @detector_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
563 564 565 |
# File 'sig/types.rbs', line 563 def @tags end |