Class: Aws::Types::CreateAndAttachS3AccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAndAttachS3AccessPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ontap_configuration ⇒ Types::CreateAndAttachS3AccessPointOntapConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::CreateAndAttachS3AccessPointOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#s3_access_point ⇒ Types::CreateAndAttachS3AccessPointS3Configuration
Returns the value of attribute s3_access_point.
-
#type ⇒ "OPENZFS", "ONTAP"
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
213 214 215 |
# File 'sig/types.rbs', line 213 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
214 215 216 |
# File 'sig/types.rbs', line 214 def name @name end |
#ontap_configuration ⇒ Types::CreateAndAttachS3AccessPointOntapConfiguration
Returns the value of attribute ontap_configuration.
217 218 219 |
# File 'sig/types.rbs', line 217 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::CreateAndAttachS3AccessPointOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
216 217 218 |
# File 'sig/types.rbs', line 216 def open_zfs_configuration @open_zfs_configuration end |
#s3_access_point ⇒ Types::CreateAndAttachS3AccessPointS3Configuration
Returns the value of attribute s3_access_point.
218 219 220 |
# File 'sig/types.rbs', line 218 def s3_access_point @s3_access_point end |
#type ⇒ "OPENZFS", "ONTAP"
Returns the value of attribute type.
215 216 217 |
# File 'sig/types.rbs', line 215 def type @type end |