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)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def description
  @description
end

#display_order::Integer

Returns the value of attribute display_order.

Returns:

  • (::Integer)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def display_order
  @display_order
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1321
1322
1323
# File 'sig/types.rbs', line 1321

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1323
1324
1325
# File 'sig/types.rbs', line 1323

def tags
  @tags
end