Class: Aws::Types::AgentStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_status_arn::String

Returns the value of attribute agent_status_arn.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def agent_status_arn
  @agent_status_arn
end

#agent_status_id::String

Returns the value of attribute agent_status_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def agent_status_id
  @agent_status_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def description
  @description
end

#display_order::Integer

Returns the value of attribute display_order.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def display_order
  @display_order
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


127
128
129
# File 'sig/types.rbs', line 127

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


125
126
127
# File 'sig/types.rbs', line 125

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


126
127
128
# File 'sig/types.rbs', line 126

def tags
  @tags
end

#type"ROUTABLE", ...

Returns the value of attribute type.

Returns:

  • ("ROUTABLE", "CUSTOM", "OFFLINE")


123
124
125
# File 'sig/types.rbs', line 123

def type
  @type
end