Class: Aws::Types::PutAccessGrantsInstanceResourcePolicyRequest

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)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def 
  @account_id
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def organization
  @organization
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def policy
  @policy
end