Class: Aws::Types::CreateNFSFileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNFSFileShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
-
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
-
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
-
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
-
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
-
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#nfs_file_share_defaults ⇒ Types::NFSFileShareDefaults
Returns the value of attribute nfs_file_share_defaults.
-
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
-
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#squash ⇒ ::String
Returns the value of attribute squash.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
Instance Attribute Details
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def audit_destination_arn @audit_destination_arn end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
268 269 270 |
# File 'sig/types.rbs', line 268 def bucket_region @bucket_region end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
265 266 267 |
# File 'sig/types.rbs', line 265 def cache_attributes @cache_attributes end |
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
258 259 260 |
# File 'sig/types.rbs', line 258 def client_list @client_list end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
248 249 250 |
# File 'sig/types.rbs', line 248 def client_token @client_token end |
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
256 257 258 |
# File 'sig/types.rbs', line 256 def default_storage_class @default_storage_class end |
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
251 252 253 |
# File 'sig/types.rbs', line 251 def encryption_type @encryption_type end |
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
264 265 266 |
# File 'sig/types.rbs', line 264 def file_share_name @file_share_name end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
250 251 252 |
# File 'sig/types.rbs', line 250 def gateway_arn @gateway_arn end |
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
261 262 263 |
# File 'sig/types.rbs', line 261 def guess_mime_type_enabled @guess_mime_type_enabled end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
252 253 254 |
# File 'sig/types.rbs', line 252 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
253 254 255 |
# File 'sig/types.rbs', line 253 def kms_key @kms_key end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
255 256 257 |
# File 'sig/types.rbs', line 255 def location_arn @location_arn end |
#nfs_file_share_defaults ⇒ Types::NFSFileShareDefaults
Returns the value of attribute nfs_file_share_defaults.
249 250 251 |
# File 'sig/types.rbs', line 249 def nfs_file_share_defaults @nfs_file_share_defaults end |
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
266 267 268 |
# File 'sig/types.rbs', line 266 def notification_policy @notification_policy end |
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
257 258 259 |
# File 'sig/types.rbs', line 257 def object_acl @object_acl end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
260 261 262 |
# File 'sig/types.rbs', line 260 def read_only @read_only end |
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
262 263 264 |
# File 'sig/types.rbs', line 262 def requester_pays @requester_pays end |
#role ⇒ ::String
Returns the value of attribute role.
254 255 256 |
# File 'sig/types.rbs', line 254 def role @role end |
#squash ⇒ ::String
Returns the value of attribute squash.
259 260 261 |
# File 'sig/types.rbs', line 259 def squash @squash end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
263 264 265 |
# File 'sig/types.rbs', line 263 def @tags end |
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def vpc_endpoint_dns_name @vpc_endpoint_dns_name end |