Class: Aws::Types::CollaborationIdNamespaceAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def id
  @id
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



544
545
546
# File 'sig/types.rbs', line 544

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



542
543
544
# File 'sig/types.rbs', line 542

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferenceProperties

Returns the value of attribute input_reference_properties.



543
544
545
# File 'sig/types.rbs', line 543

def input_reference_properties
  @input_reference_properties
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


541
542
543
# File 'sig/types.rbs', line 541

def update_time
  @update_time
end