Class: Aws::Types::ListNamespacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespaces::Array[Types::NamespaceInfoV2]

Returns the value of attribute namespaces.

Returns:



7674
7675
7676
# File 'sig/types.rbs', line 7674

def namespaces
  @namespaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7675
7676
7677
# File 'sig/types.rbs', line 7675

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7676
7677
7678
# File 'sig/types.rbs', line 7676

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7677
7678
7679
# File 'sig/types.rbs', line 7677

def status
  @status
end