Class: Aws::Types::DescribeAgentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arn::String

Returns the value of attribute agent_arn.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def agent_arn
  @agent_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


306
307
308
# File 'sig/types.rbs', line 306

def creation_time
  @creation_time
end

#endpoint_type"PUBLIC", ...

Returns the value of attribute endpoint_type.

Returns:

  • ("PUBLIC", "PRIVATE_LINK", "FIPS", "FIPS_PRIVATE_LINK")


307
308
309
# File 'sig/types.rbs', line 307

def endpoint_type
  @endpoint_type
end

#last_connection_time::Time

Returns the value of attribute last_connection_time.

Returns:

  • (::Time)


305
306
307
# File 'sig/types.rbs', line 305

def last_connection_time
  @last_connection_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def name
  @name
end

#platformTypes::Platform

Returns the value of attribute platform.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def platform
  @platform
end

Returns the value of attribute private_link_config.



308
309
310
# File 'sig/types.rbs', line 308

def private_link_config
  @private_link_config
end

#status"ONLINE", "OFFLINE"

Returns the value of attribute status.

Returns:

  • ("ONLINE", "OFFLINE")


304
305
306
# File 'sig/types.rbs', line 304

def status
  @status
end