Class: Aws::Types::CreateNamespaceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def arn
  @arn
end

#capacity_region::String

Returns the value of attribute capacity_region.

Returns:

  • (::String)


2429
2430
2431
# File 'sig/types.rbs', line 2429

def capacity_region
  @capacity_region
end

#creation_status"CREATED", ...

Returns the value of attribute creation_status.

Returns:

  • ("CREATED", "CREATING", "DELETING", "RETRYABLE_FAILURE", "NON_RETRYABLE_FAILURE")


2430
2431
2432
# File 'sig/types.rbs', line 2430

def creation_status
  @creation_status
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


2431
2432
2433
# File 'sig/types.rbs', line 2431

def identity_store
  @identity_store
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def status
  @status
end