Class: Aws::Types::GetActiveNamesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetActiveNamesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_names ⇒ ::Array[::String]
Returns the value of attribute active_names.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#active_names ⇒ ::Array[::String]
Returns the value of attribute active_names.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def active_names @active_names end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def next_page_token @next_page_token end |