Class: Aws::Types::CreateIdNamespaceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


96
97
98
# File 'sig/types.rbs', line 96

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowProperties]

Returns the value of attribute id_mapping_workflow_properties.



93
94
95
# File 'sig/types.rbs', line 93

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_arn::String

Returns the value of attribute id_namespace_arn.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def id_namespace_arn
  @id_namespace_arn
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def id_namespace_name
  @id_namespace_name
end

#input_source_config::Array[Types::IdNamespaceInputSource]

Returns the value of attribute input_source_config.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def input_source_config
  @input_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


98
99
100
# File 'sig/types.rbs', line 98

def tags
  @tags
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


94
95
96
# File 'sig/types.rbs', line 94

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


97
98
99
# File 'sig/types.rbs', line 97

def updated_at
  @updated_at
end