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)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def description
  @description
end

#display_order::Integer

Returns the value of attribute display_order.

Returns:

  • (::Integer)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def display_order
  @display_order
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1304
1305
1306
# File 'sig/types.rbs', line 1304

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1306
1307
1308
# File 'sig/types.rbs', line 1306

def tags
  @tags
end