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)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def arn
  @arn
end

#capacity_region::String

Returns the value of attribute capacity_region.

Returns:

  • (::String)


2560
2561
2562
# File 'sig/types.rbs', line 2560

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")


2561
2562
2563
# File 'sig/types.rbs', line 2561

def creation_status
  @creation_status
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


2562
2563
2564
# File 'sig/types.rbs', line 2562

def identity_store
  @identity_store
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2559
2560
2561
# File 'sig/types.rbs', line 2559

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def status
  @status
end