Class: Aws::Types::CreateTenantResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


359
360
361
# File 'sig/types.rbs', line 359

def created_timestamp
  @created_timestamp
end

#sending_status"ENABLED", ...

Returns the value of attribute sending_status.

Returns:

  • ("ENABLED", "REINSTATED", "DISABLED")


361
362
363
# File 'sig/types.rbs', line 361

def sending_status
  @sending_status
end

#suppression_attributesTypes::TenantSuppressionAttributes

Returns the value of attribute suppression_attributes.



362
363
364
# File 'sig/types.rbs', line 362

def suppression_attributes
  @suppression_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def tags
  @tags
end

#tenant_arn::String

Returns the value of attribute tenant_arn.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def tenant_arn
  @tenant_arn
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def tenant_id
  @tenant_id
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def tenant_name
  @tenant_name
end