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)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def description
  @description
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



3320
3321
3322
# File 'sig/types.rbs', line 3320

def id_mapping_config
  @id_mapping_config
end

#id_namespace_association_identifier::String

Returns the value of attribute id_namespace_association_identifier.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def id_namespace_association_identifier
  @id_namespace_association_identifier
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3317
3318
3319
# File 'sig/types.rbs', line 3317

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def name
  @name
end