Class: Aws::Types::PutAccessPointPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def name
  @name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def policy
  @policy
end