Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#last_replicated_timestamp ⇒ ::Time
Returns the value of attribute last_replicated_timestamp.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def file_system_id @file_system_id end |
#last_replicated_timestamp ⇒ ::Time
Returns the value of attribute last_replicated_timestamp.
274 275 276 |
# File 'sig/types.rbs', line 274 def @last_replicated_timestamp end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def owner_id @owner_id end |
#region ⇒ ::String
Returns the value of attribute region.
273 274 275 |
# File 'sig/types.rbs', line 273 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
277 278 279 |
# File 'sig/types.rbs', line 277 def role_arn @role_arn end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
271 272 273 |
# File 'sig/types.rbs', line 271 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
276 277 278 |
# File 'sig/types.rbs', line 276 def @status_message end |