Class: Aws::Types::DescribeAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_type ⇒ "PUBLIC", ...
Returns the value of attribute endpoint_type.
-
#last_connection_time ⇒ ::Time
Returns the value of attribute last_connection_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ Types::Platform
Returns the value of attribute platform.
-
#private_link_config ⇒ Types::PrivateLinkConfig
Returns the value of attribute private_link_config.
-
#status ⇒ "ONLINE", "OFFLINE"
Returns the value of attribute status.
Instance Attribute Details
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
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.
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.
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.
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.
303 304 305 |
# File 'sig/types.rbs', line 303 def name @name end |
#platform ⇒ Types::Platform
Returns the value of attribute platform.
309 310 311 |
# File 'sig/types.rbs', line 309 def platform @platform end |
#private_link_config ⇒ Types::PrivateLinkConfig
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.
304 305 306 |
# File 'sig/types.rbs', line 304 def status @status end |