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)


112
113
114
# File 'sig/types.rbs', line 112

def agent_status_arn
  @agent_status_arn
end

#agent_status_id::String

Returns the value of attribute agent_status_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def agent_status_id
  @agent_status_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def description
  @description
end

#display_order::Integer

Returns the value of attribute display_order.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def display_order
  @display_order
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


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

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


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

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#type"ROUTABLE", ...

Returns the value of attribute type.

Returns:

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


116
117
118
# File 'sig/types.rbs', line 116

def type
  @type
end