Class: Aws::Types::CreateAndAttachS3AccessPointOntapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateAndAttachS3AccessPointOntapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_identity ⇒ Types::OntapFileSystemIdentity
Returns the value of attribute file_system_identity.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#file_system_identity ⇒ Types::OntapFileSystemIdentity
Returns the value of attribute file_system_identity.
202 203 204 |
# File 'sig/types.rbs', line 202 def file_system_identity @file_system_identity end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def volume_id @volume_id end |