Class: Aws::DataZone::Types::NameIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The name identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name in the name identifier.

Returns:

  • (String)


13938
13939
13940
13941
13942
13943
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13938

class NameIdentifier < Struct.new(
  :name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace in the name identifier.

Returns:

  • (String)


13938
13939
13940
13941
13942
13943
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13938

class NameIdentifier < Struct.new(
  :name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end