Class: Aws::Types::FleetSummary

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)


488
489
490
# File 'sig/types.rbs', line 488

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


491
492
493
# File 'sig/types.rbs', line 491

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def id
  @id
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


492
493
494
# File 'sig/types.rbs', line 492

def last_modification_time
  @last_modification_time
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def signal_catalog_arn
  @signal_catalog_arn
end