Class: Aws::Types::AssociateDelegateToResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def entity_id
  @entity_id
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def organization_id
  @organization_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def resource_id
  @resource_id
end