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)


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

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


551
552
553
# File 'sig/types.rbs', line 551

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



555
556
557
# File 'sig/types.rbs', line 555

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



553
554
555
# File 'sig/types.rbs', line 553

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferenceProperties

Returns the value of attribute input_reference_properties.



554
555
556
# File 'sig/types.rbs', line 554

def input_reference_properties
  @input_reference_properties
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


552
553
554
# File 'sig/types.rbs', line 552

def update_time
  @update_time
end