Class: Aws::Types::PolicyGrantingServiceAccess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def entity_name
  @entity_name
end

#entity_type"USER", ...

Returns the value of attribute entity_type.

Returns:

  • ("USER", "ROLE", "GROUP")


1708
1709
1710
# File 'sig/types.rbs', line 1708

def entity_type
  @entity_type
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def policy_arn
  @policy_arn
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def policy_name
  @policy_name
end

#policy_type"INLINE", "MANAGED"

Returns the value of attribute policy_type.

Returns:

  • ("INLINE", "MANAGED")


1706
1707
1708
# File 'sig/types.rbs', line 1706

def policy_type
  @policy_type
end