Class: Aws::Types::CreateIdNamespaceAssociationInput

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)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def description
  @description
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



1066
1067
1068
# File 'sig/types.rbs', line 1066

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1062
1063
1064
# File 'sig/types.rbs', line 1062

def input_reference_config
  @input_reference_config
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1063
1064
1065
# File 'sig/types.rbs', line 1063

def tags
  @tags
end