Class: Aws::Types::AgentStatusReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_arn::String

Returns the value of attribute status_arn.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def status_arn
  @status_arn
end

#status_name::String

Returns the value of attribute status_name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def status_name
  @status_name
end

#status_start_timestamp::Time

Returns the value of attribute status_start_timestamp.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def status_start_timestamp
  @status_start_timestamp
end