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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


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

#nameString

The name of the S3 access point attachment being deleted.

Returns:

  • (String)


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