Class: Aws::Types::PolicyAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def object_identifier
  @object_identifier
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def policy_id
  @policy_id
end

#policy_type::String

Returns the value of attribute policy_type.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def policy_type
  @policy_type
end