Class: Aws::Types::ListFileSystemsDescription
- Inherits:
-
Object
- Object
- Aws::Types::ListFileSystemsDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
257 258 259 |
# File 'sig/types.rbs', line 257 def bucket @bucket end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
253 254 255 |
# File 'sig/types.rbs', line 253 def creation_time @creation_time end |
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def file_system_arn @file_system_arn end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def file_system_id @file_system_id end |
#name ⇒ ::String
Returns the value of attribute name.
256 257 258 |
# File 'sig/types.rbs', line 256 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def owner_id @owner_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def role_arn @role_arn end |
#status ⇒ "available", ...
Returns the value of attribute status.
258 259 260 |
# File 'sig/types.rbs', line 258 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
259 260 261 |
# File 'sig/types.rbs', line 259 def @status_message end |