Class: Aws::Types::CollaborationIdNamespaceAssociationSummary

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)


560
561
562
# File 'sig/types.rbs', line 560

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def id
  @id
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



567
568
569
# File 'sig/types.rbs', line 567

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferencePropertiesSummary

Returns the value of attribute input_reference_properties.



570
571
572
# File 'sig/types.rbs', line 570

def input_reference_properties
  @input_reference_properties
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def update_time
  @update_time
end