Class: Aws::Types::GetInvalidationForDistributionTenantRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInvalidationForDistributionTenantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_tenant_id ⇒ ::String
Returns the value of attribute distribution_tenant_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#distribution_tenant_id ⇒ ::String
Returns the value of attribute distribution_tenant_id.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def distribution_tenant_id @distribution_tenant_id end |
#id ⇒ ::String
Returns the value of attribute id.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def id @id end |