Class: Aws::FSx::Types::DetachAndDeleteS3AccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DetachAndDeleteS3AccessPointResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle ⇒ String
The lifecycle status of the S3 access point attachment.
-
#name ⇒ String
The name of the S3 access point attachment being deleted.
Instance Attribute Details
#lifecycle ⇒ String
The lifecycle status of the S3 access point attachment.
5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5542 class DetachAndDeleteS3AccessPointResponse < Struct.new( :lifecycle, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the S3 access point attachment being deleted.
5542 5543 5544 5545 5546 5547 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5542 class DetachAndDeleteS3AccessPointResponse < Struct.new( :lifecycle, :name) SENSITIVE = [] include Aws::Structure end |