Class: Aws::Types::CreateFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_bucket_warning ⇒ Boolean
Returns the value of attribute accept_bucket_warning.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#accept_bucket_warning ⇒ Boolean
Returns the value of attribute accept_bucket_warning.
49 50 51 |
# File 'sig/types.rbs', line 49 def accept_bucket_warning @accept_bucket_warning end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
43 44 45 |
# File 'sig/types.rbs', line 43 def bucket @bucket end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
45 46 47 |
# File 'sig/types.rbs', line 45 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def kms_key_id @kms_key_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
44 45 46 |
# File 'sig/types.rbs', line 44 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
48 49 50 |
# File 'sig/types.rbs', line 48 def @tags end |