Class: Aws::Types::ListMembersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMembersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
259 260 261 |
# File 'sig/types.rbs', line 259 def is_owned @is_owned end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
260 261 262 |
# File 'sig/types.rbs', line 260 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
261 262 263 |
# File 'sig/types.rbs', line 261 def next_token @next_token end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
258 259 260 |
# File 'sig/types.rbs', line 258 def status @status end |