Class: Aws::Types::Tenant

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)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def created_timestamp
  @created_timestamp
end

#sending_status"ENABLED", ...

Returns the value of attribute sending_status.

Returns:

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


2033
2034
2035
# File 'sig/types.rbs', line 2033

def sending_status
  @sending_status
end

#suppression_attributesTypes::TenantSuppressionAttributes

Returns the value of attribute suppression_attributes.



2034
2035
2036
# File 'sig/types.rbs', line 2034

def suppression_attributes
  @suppression_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2032
2033
2034
# File 'sig/types.rbs', line 2032

def tags
  @tags
end

#tenant_arn::String

Returns the value of attribute tenant_arn.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def tenant_arn
  @tenant_arn
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def tenant_id
  @tenant_id
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def tenant_name
  @tenant_name
end