Class: Aws::Types::UpdateIdNamespaceInput

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)


911
912
913
# File 'sig/types.rbs', line 911

def description
  @description
end

#id_mapping_workflow_properties::Array[Types::IdNamespaceIdMappingWorkflowProperties]

Returns the value of attribute id_mapping_workflow_properties.



913
914
915
# File 'sig/types.rbs', line 913

def id_mapping_workflow_properties
  @id_mapping_workflow_properties
end

#id_namespace_name::String

Returns the value of attribute id_namespace_name.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def id_namespace_name
  @id_namespace_name
end

#input_source_config::Array[Types::IdNamespaceInputSource]

Returns the value of attribute input_source_config.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def input_source_config
  @input_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def role_arn
  @role_arn
end