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)


267
268
269
# File 'sig/types.rbs', line 267

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


268
269
270
# File 'sig/types.rbs', line 268

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def id
  @id
end

#is_synthetic_dataBoolean

Returns the value of attribute is_synthetic_data.

Returns:

  • (Boolean)


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

def is_synthetic_data
  @is_synthetic_data
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


271
272
273
# File 'sig/types.rbs', line 271

def update_time
  @update_time
end