Class: Aws::Types::GetFleetResponse

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)


574
575
576
# File 'sig/types.rbs', line 574

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


577
578
579
# File 'sig/types.rbs', line 577

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def id
  @id
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


578
579
580
# File 'sig/types.rbs', line 578

def last_modification_time
  @last_modification_time
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def signal_catalog_arn
  @signal_catalog_arn
end