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.
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 |
#namespace ⇒ String
The namespace in the name identifier.
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 |