Class: Aws::FSx::Types::DetachAndDeleteS3AccessPointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycleString

The lifecycle status of the S3 access point attachment.

Returns:

  • (String)


5580
5581
5582
5583
5584
5585
# File 'lib/aws-sdk-fsx/types.rb', line 5580

class DetachAndDeleteS3AccessPointResponse < Struct.new(
  :lifecycle,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the S3 access point attachment being deleted.

Returns:

  • (String)


5580
5581
5582
5583
5584
5585
# File 'lib/aws-sdk-fsx/types.rb', line 5580

class DetachAndDeleteS3AccessPointResponse < Struct.new(
  :lifecycle,
  :name)
  SENSITIVE = []
  include Aws::Structure
end