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)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def description
  @description
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def input_reference_config
  @input_reference_config
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1082
1083
1084
# File 'sig/types.rbs', line 1082

def tags
  @tags
end