Class: Aws::DataZone::Types::NameIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NameIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The name identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name in the name identifier.
-
#namespace ⇒ String
The namespace in the name identifier.
Instance Attribute Details
#name ⇒ String
The name in the name identifier.
16808 16809 16810 16811 16812 16813 |
# File 'lib/aws-sdk-datazone/types.rb', line 16808 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace in the name identifier.
16808 16809 16810 16811 16812 16813 |
# File 'lib/aws-sdk-datazone/types.rb', line 16808 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |