Class: Aws::Types::DisassociateDelegateFromResourceRequest

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)


569
570
571
# File 'sig/types.rbs', line 569

def entity_id
  @entity_id
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def organization_id
  @organization_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def resource_id
  @resource_id
end