Class: Aws::Types::ResourceTenantMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_timestamp::Time

Returns the value of attribute associated_timestamp.

Returns:

  • (::Time)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def associated_timestamp
  @associated_timestamp
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def resource_arn
  @resource_arn
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def tenant_id
  @tenant_id
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def tenant_name
  @tenant_name
end