Class: Aws::Types::GetFileSystemResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFileSystemResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
168 169 170 |
# File 'sig/types.rbs', line 168 def bucket @bucket end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
170 171 172 |
# File 'sig/types.rbs', line 170 def client_token @client_token end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
165 166 167 |
# File 'sig/types.rbs', line 165 def creation_time @creation_time end |
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def file_system_arn @file_system_arn end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def file_system_id @file_system_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
177 178 179 |
# File 'sig/types.rbs', line 177 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
169 170 171 |
# File 'sig/types.rbs', line 169 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def role_arn @role_arn end |
#status ⇒ "available", ...
Returns the value of attribute status.
172 173 174 |
# File 'sig/types.rbs', line 172 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
173 174 175 |
# File 'sig/types.rbs', line 173 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
176 177 178 |
# File 'sig/types.rbs', line 176 def @tags end |