Class: Aws::Types::CreateAgentStatusRequest

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)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def description
  @description
end

#display_order::Integer

Returns the value of attribute display_order.

Returns:

  • (::Integer)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def display_order
  @display_order
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1285
1286
1287
# File 'sig/types.rbs', line 1285

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1287
1288
1289
# File 'sig/types.rbs', line 1287

def tags
  @tags
end