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)


8188
8189
8190
# File 'sig/types.rbs', line 8188

def arn
  @arn
end

#capacity_region::String

Returns the value of attribute capacity_region.

Returns:

  • (::String)


8189
8190
8191
# File 'sig/types.rbs', line 8189

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


8190
8191
8192
# File 'sig/types.rbs', line 8190

def creation_status
  @creation_status
end

#iam_identity_center_application_arn::String

Returns the value of attribute iam_identity_center_application_arn.

Returns:

  • (::String)


8193
8194
8195
# File 'sig/types.rbs', line 8193

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)


8194
8195
8196
# File 'sig/types.rbs', line 8194

def iam_identity_center_instance_arn
  @iam_identity_center_instance_arn
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


8191
8192
8193
# File 'sig/types.rbs', line 8191

def identity_store
  @identity_store
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8187
8188
8189
# File 'sig/types.rbs', line 8187

def name
  @name
end

#namespace_errorTypes::NamespaceError

Returns the value of attribute namespace_error.



8192
8193
8194
# File 'sig/types.rbs', line 8192

def namespace_error
  @namespace_error
end