Class: Aws::DataZone::Types::NameIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NameIdentifier
- Defined in:
- gems/aws-sdk-datazone/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.
14172 14173 14174 14175 14176 14177 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14172 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace in the name identifier.
14172 14173 14174 14175 14176 14177 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14172 class NameIdentifier < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |