Class: Aws::Types::ActivityTypeInfos
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTypeInfos
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#type_infos ⇒ ::Array[Types::ActivityTypeInfo]
Returns the value of attribute type_infos.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
117 118 119 |
# File 'sig/types.rbs', line 117 def next_page_token @next_page_token end |
#type_infos ⇒ ::Array[Types::ActivityTypeInfo]
Returns the value of attribute type_infos.
116 117 118 |
# File 'sig/types.rbs', line 116 def type_infos @type_infos end |