Class: Aws::Types::UpdateIdNamespaceOutput

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)


926
927
928
# File 'sig/types.rbs', line 926

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowProperties]

Returns the value of attribute id_mapping_workflow_properties.



923
924
925
# File 'sig/types.rbs', line 923

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_arn::String

Returns the value of attribute id_namespace_arn.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def id_namespace_arn
  @id_namespace_arn
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def id_namespace_name
  @id_namespace_name
end

#input_source_config::Array[Types::IdNamespaceInputSource]

Returns the value of attribute input_source_config.

Returns:



922
923
924
# File 'sig/types.rbs', line 922

def input_source_config
  @input_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def role_arn
  @role_arn
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


924
925
926
# File 'sig/types.rbs', line 924

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


927
928
929
# File 'sig/types.rbs', line 927

def updated_at
  @updated_at
end