Class: Aws::Types::InlinePolicyIdentifierType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def attachment_name
  @attachment_name
end

#attachment_type"user", ...

Returns the value of attribute attachment_type.

Returns:

  • ("user", "group", "role")


1026
1027
1028
# File 'sig/types.rbs', line 1026

def attachment_type
  @attachment_type
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def policy_name
  @policy_name
end