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)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def created_timestamp
  @created_timestamp
end

#sending_status"ENABLED", ...

Returns the value of attribute sending_status.

Returns:

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


1964
1965
1966
# File 'sig/types.rbs', line 1964

def sending_status
  @sending_status
end

#suppression_attributesTypes::TenantSuppressionAttributes

Returns the value of attribute suppression_attributes.



1965
1966
1967
# File 'sig/types.rbs', line 1965

def suppression_attributes
  @suppression_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1963
1964
1965
# File 'sig/types.rbs', line 1963

def tags
  @tags
end

#tenant_arn::String

Returns the value of attribute tenant_arn.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def tenant_arn
  @tenant_arn
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def tenant_id
  @tenant_id
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def tenant_name
  @tenant_name
end