Class: Aws::Types::S3AccessPointAttachment
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessPointAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ontap_configuration ⇒ Types::S3AccessPointOntapConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::S3AccessPointOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#s3_access_point ⇒ Types::S3AccessPoint
Returns the value of attribute s3_access_point.
-
#type ⇒ "OPENZFS", "ONTAP"
Returns the value of attribute type.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def creation_time @creation_time end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def lifecycle @lifecycle end |
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def lifecycle_transition_reason @lifecycle_transition_reason end |
#name ⇒ ::String
Returns the value of attribute name.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def name @name end |
#ontap_configuration ⇒ Types::S3AccessPointOntapConfiguration
Returns the value of attribute ontap_configuration.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::S3AccessPointOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def open_zfs_configuration @open_zfs_configuration end |
#s3_access_point ⇒ Types::S3AccessPoint
Returns the value of attribute s3_access_point.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def s3_access_point @s3_access_point end |
#type ⇒ "OPENZFS", "ONTAP"
Returns the value of attribute type.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def type @type end |