Class: Aws::Types::CreateFileSystemResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemResponse
- 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.
57 58 59 |
# File 'sig/types.rbs', line 57 def bucket @bucket end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
59 60 61 |
# File 'sig/types.rbs', line 59 def client_token @client_token end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
54 55 56 |
# File 'sig/types.rbs', line 54 def creation_time @creation_time end |
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
55 56 57 |
# File 'sig/types.rbs', line 55 def file_system_arn @file_system_arn end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
56 57 58 |
# File 'sig/types.rbs', line 56 def file_system_id @file_system_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
66 67 68 |
# File 'sig/types.rbs', line 66 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
58 59 60 |
# File 'sig/types.rbs', line 58 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def role_arn @role_arn end |
#status ⇒ "available", ...
Returns the value of attribute status.
61 62 63 |
# File 'sig/types.rbs', line 61 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
62 63 64 |
# File 'sig/types.rbs', line 62 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
65 66 67 |
# File 'sig/types.rbs', line 65 def @tags end |