Class: Aws::Types::DeleteTenantResourceAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def resource_arn
  @resource_arn
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def tenant_name
  @tenant_name
end