Class: Aws::S3Control::Types::GetAccessPointPolicyStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the account that owns the specified access point.

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2644

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

#nameString

The name of the access point whose policy status you want to retrieve.

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2644

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