Class: Aws::Types::ListHapgsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHapgsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hapg_list ⇒ ::Array[::String]
Returns the value of attribute hapg_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#hapg_list ⇒ ::Array[::String]
Returns the value of attribute hapg_list.
194 195 196 |
# File 'sig/types.rbs', line 194 def hapg_list @hapg_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
195 196 197 |
# File 'sig/types.rbs', line 195 def next_token @next_token end |