Class: Aws::Types::AnalysisTemplateSummary

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)


278
279
280
# File 'sig/types.rbs', line 278

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


279
280
281
# File 'sig/types.rbs', line 279

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def id
  @id
end

#is_synthetic_dataBoolean

Returns the value of attribute is_synthetic_data.

Returns:

  • (Boolean)


288
289
290
# File 'sig/types.rbs', line 288

def is_synthetic_data
  @is_synthetic_data
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


282
283
284
# File 'sig/types.rbs', line 282

def update_time
  @update_time
end