Class: Aws::Types::CreateIdNamespaceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowProperties]

Returns the value of attribute id_mapping_workflow_properties.



81
82
83
# File 'sig/types.rbs', line 81

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def id_namespace_name
  @id_namespace_name
end

#input_source_config::Array[Types::IdNamespaceInputSource]

Returns the value of attribute input_source_config.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def input_source_config
  @input_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


84
85
86
# File 'sig/types.rbs', line 84

def tags
  @tags
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


82
83
84
# File 'sig/types.rbs', line 82

def type
  @type
end