Class: Aws::Types::GetOperationsForResourceResult
- Inherits:
-
Object
- Object
- Aws::Types::GetOperationsForResourceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_count ⇒ ::String
Returns the value of attribute next_page_count.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
Instance Attribute Details
#next_page_count ⇒ ::String
Returns the value of attribute next_page_count.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def next_page_count @next_page_count end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def next_page_token @next_page_token end |
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def operations @operations end |