Class: Aws::Types::CollaborationAnalysisTemplateSummary

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)


463
464
465
# File 'sig/types.rbs', line 463

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


464
465
466
# File 'sig/types.rbs', line 464

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def id
  @id
end

#is_synthetic_dataBoolean

Returns the value of attribute is_synthetic_data.

Returns:

  • (Boolean)


472
473
474
# File 'sig/types.rbs', line 472

def is_synthetic_data
  @is_synthetic_data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


467
468
469
# File 'sig/types.rbs', line 467

def update_time
  @update_time
end