Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
765 766 767 |
# File 'sig/types.rbs', line 765 def access_policy @access_policy end |
#arn ⇒ ::String
Returns the value of attribute arn.
766 767 768 |
# File 'sig/types.rbs', line 766 def arn @arn end |
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
767 768 769 |
# File 'sig/types.rbs', line 767 def creation_time @creation_time end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
762 763 764 |
# File 'sig/types.rbs', line 762 def destination_name @destination_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
764 765 766 |
# File 'sig/types.rbs', line 764 def role_arn @role_arn end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
763 764 765 |
# File 'sig/types.rbs', line 763 def target_arn @target_arn end |