Class: Aws::Types::NamespaceInfoV2

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)


8539
8540
8541
# File 'sig/types.rbs', line 8539

def arn
  @arn
end

#capacity_region::String

Returns the value of attribute capacity_region.

Returns:

  • (::String)


8540
8541
8542
# File 'sig/types.rbs', line 8540

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


8541
8542
8543
# File 'sig/types.rbs', line 8541

def creation_status
  @creation_status
end

#iam_identity_center_application_arn::String

Returns the value of attribute iam_identity_center_application_arn.

Returns:

  • (::String)


8544
8545
8546
# File 'sig/types.rbs', line 8544

def iam_identity_center_application_arn
  @iam_identity_center_application_arn
end

#iam_identity_center_instance_arn::String

Returns the value of attribute iam_identity_center_instance_arn.

Returns:

  • (::String)


8545
8546
8547
# File 'sig/types.rbs', line 8545

def iam_identity_center_instance_arn
  @iam_identity_center_instance_arn
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


8542
8543
8544
# File 'sig/types.rbs', line 8542

def identity_store
  @identity_store
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8538
8539
8540
# File 'sig/types.rbs', line 8538

def name
  @name
end

#namespace_errorTypes::NamespaceError

Returns the value of attribute namespace_error.



8543
8544
8545
# File 'sig/types.rbs', line 8543

def namespace_error
  @namespace_error
end