Class: Aws::Types::DescribeNamespaceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceTypes::NamespaceInfoV2

Returns the value of attribute namespace.



4893
4894
4895
# File 'sig/types.rbs', line 4893

def namespace
  @namespace
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4894
4895
4896
# File 'sig/types.rbs', line 4894

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4895
4896
4897
# File 'sig/types.rbs', line 4895

def status
  @status
end