Class: Aws::Types::GetIdNamespaceOutput

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)


295
296
297
# File 'sig/types.rbs', line 295

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowProperties]

Returns the value of attribute id_mapping_workflow_properties.



292
293
294
# File 'sig/types.rbs', line 292

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_arn::String

Returns the value of attribute id_namespace_arn.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def id_namespace_arn
  @id_namespace_arn
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def id_namespace_name
  @id_namespace_name
end

#input_source_config::Array[Types::IdNamespaceInputSource]

Returns the value of attribute input_source_config.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def input_source_config
  @input_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


297
298
299
# File 'sig/types.rbs', line 297

def tags
  @tags
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


293
294
295
# File 'sig/types.rbs', line 293

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


296
297
298
# File 'sig/types.rbs', line 296

def updated_at
  @updated_at
end