Class: Aws::Types::IdNamespaceSummary

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)


494
495
496
# File 'sig/types.rbs', line 494

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowMetadata]

Returns the value of attribute id_mapping_workflow_properties.



492
493
494
# File 'sig/types.rbs', line 492

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_arn::String

Returns the value of attribute id_namespace_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def id_namespace_arn
  @id_namespace_arn
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def id_namespace_name
  @id_namespace_name
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


493
494
495
# File 'sig/types.rbs', line 493

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


495
496
497
# File 'sig/types.rbs', line 495

def updated_at
  @updated_at
end