Class: Aws::Types::ListMembersInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_owned ⇒ Boolean

Returns the value of attribute is_owned.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


260
261
262
# File 'sig/types.rbs', line 260

def max_results
  @max_results
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#network_id ⇒ ::String

Returns the value of attribute network_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def next_token
  @next_token
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "INACCESSIBLE_ENCRYPTION_KEY")


258
259
260
# File 'sig/types.rbs', line 258

def status
  @status
end