Class: Aws::Types::GetDistributionTenantByDomainResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionTenantByDomainResult
- 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.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def distribution_tenant @distribution_tenant end |
#etag ⇒ ::String
Returns the value of attribute etag.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def etag @etag end |