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)


140
141
142
# File 'sig/types.rbs', line 140

def status_arn
  @status_arn
end

#status_name::String

Returns the value of attribute status_name.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def status_name
  @status_name
end

#status_start_timestamp::Time

Returns the value of attribute status_start_timestamp.

Returns:

  • (::Time)


139
140
141
# File 'sig/types.rbs', line 139

def status_start_timestamp
  @status_start_timestamp
end