Class: Aws::Types::CreateFleetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def description
  @description
end

#fleet_id ⇒ ::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def fleet_id
  @fleet_id
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def signal_catalog_arn
  @signal_catalog_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def tags
  @tags
end