Class: Aws::Types::PutDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def destination_name @destination_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def target_arn @target_arn end |