Class: Aws::Types::ListNamespacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNamespacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespaces ⇒ ::Array[Types::NamespaceInfoV2]
Returns the value of attribute namespaces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#namespaces ⇒ ::Array[Types::NamespaceInfoV2]
Returns the value of attribute namespaces.
7674 7675 7676 |
# File 'sig/types.rbs', line 7674 def namespaces @namespaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
7676 7677 7678 |
# File 'sig/types.rbs', line 7676 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7677 7678 7679 |
# File 'sig/types.rbs', line 7677 def status @status end |