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:



8013
8014
8015
# File 'sig/types.rbs', line 8013

def namespaces
  @namespaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8014
8015
8016
# File 'sig/types.rbs', line 8014

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8015
8016
8017
# File 'sig/types.rbs', line 8015

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8016
8017
8018
# File 'sig/types.rbs', line 8016

def status
  @status
end