Class: Aws::Types::UpdateIdNamespaceAssociationInput

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)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def description
  @description
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



3347
3348
3349
# File 'sig/types.rbs', line 3347

def id_mapping_config
  @id_mapping_config
end

#id_namespace_association_identifier::String

Returns the value of attribute id_namespace_association_identifier.

Returns:

  • (::String)


3343
3344
3345
# File 'sig/types.rbs', line 3343

def id_namespace_association_identifier
  @id_namespace_association_identifier
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3345
3346
3347
# File 'sig/types.rbs', line 3345

def name
  @name
end