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)


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

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


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

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


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

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


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

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


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

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



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

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferencePropertiesSummary

Returns the value of attribute input_reference_properties.



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

def input_reference_properties
  @input_reference_properties
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

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