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)


474
475
476
# File 'sig/types.rbs', line 474

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


475
476
477
# File 'sig/types.rbs', line 475

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def id
  @id
end

#is_synthetic_dataBoolean

Returns the value of attribute is_synthetic_data.

Returns:

  • (Boolean)


483
484
485
# File 'sig/types.rbs', line 483

def is_synthetic_data
  @is_synthetic_data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def update_time
  @update_time
end