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.



2192
2193
2194
# File 'sig/types.rbs', line 2192

def provisioned_identifier
  @provisioned_identifier
end

#serverless_identifierTypes::ServerlessIdentifier

Returns the value of attribute serverless_identifier.



2191
2192
2193
# File 'sig/types.rbs', line 2191

def serverless_identifier
  @serverless_identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def unknown
  @unknown
end