Class: Aws::Types::PutAccessPointPolicyForObjectLambdaRequest

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)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def name
  @name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def policy
  @policy
end