Class: Aws::Types::TenantInfo

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:



2042
2043
2044
# File 'sig/types.rbs', line 2042

def created_timestamp
  @created_timestamp
end

#tenant_arn::String

Returns the value of attribute tenant_arn.

Returns:



2041
2042
2043
# File 'sig/types.rbs', line 2041

def tenant_arn
  @tenant_arn
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:



2040
2041
2042
# File 'sig/types.rbs', line 2040

def tenant_id
  @tenant_id
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:



2039
2040
2041
# File 'sig/types.rbs', line 2039

def tenant_name
  @tenant_name
end