Class: Aws::Types::GetInvalidationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInvalidationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def distribution_id @distribution_id end |
#id ⇒ ::String
Returns the value of attribute id.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def id @id end |