Class: Aws::Types::NamespaceIdentifierUnion

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

Defined Under Namespace

Classes: ProvisionedIdentifier, ServerlessIdentifier, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provisioned_identifierTypes::ProvisionedIdentifier

Returns the value of attribute provisioned_identifier.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def provisioned_identifier
  @provisioned_identifier
end

#serverless_identifierTypes::ServerlessIdentifier

Returns the value of attribute serverless_identifier.



2202
2203
2204
# File 'sig/types.rbs', line 2202

def serverless_identifier
  @serverless_identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def unknown
  @unknown
end