Class: Aws::Types::CreateTenantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#suppression_attributesTypes::TenantSuppressionAttributes

Returns the value of attribute suppression_attributes.



342
343
344
# File 'sig/types.rbs', line 342

def suppression_attributes
  @suppression_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def tags
  @tags
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def tenant_name
  @tenant_name
end