Class: Aws::Types::GetOperationsForResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOperationsForResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#page_token ⇒ ::String
Returns the value of attribute page_token.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def page_token @page_token end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def resource_name @resource_name end |