Class: Aws::Types::GetDistributionTenantResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionTenantResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_tenant ⇒ Types::DistributionTenant
Returns the value of attribute distribution_tenant.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#distribution_tenant ⇒ Types::DistributionTenant
Returns the value of attribute distribution_tenant.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def distribution_tenant @distribution_tenant end |
#etag ⇒ ::String
Returns the value of attribute etag.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def etag @etag end |