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)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def entity_name
  @entity_name
end

#entity_type"USER", ...

Returns the value of attribute entity_type.

Returns:

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


1761
1762
1763
# File 'sig/types.rbs', line 1761

def entity_type
  @entity_type
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def policy_arn
  @policy_arn
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def policy_name
  @policy_name
end

#policy_type"INLINE", "MANAGED"

Returns the value of attribute policy_type.

Returns:

  • ("INLINE", "MANAGED")


1759
1760
1761
# File 'sig/types.rbs', line 1759

def policy_type
  @policy_type
end