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.



331
332
333
# File 'sig/types.rbs', line 331

def suppression_attributes
  @suppression_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def tags
  @tags
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def tenant_name
  @tenant_name
end