Class: Aws::Types::UpdateDistributionTenantResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionTenantResult
- 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.
3986 3987 3988 |
# File 'sig/types.rbs', line 3986 def distribution_tenant @distribution_tenant end |
#etag ⇒ ::String
Returns the value of attribute etag.
3987 3988 3989 |
# File 'sig/types.rbs', line 3987 def etag @etag end |