Module: Aws::DataSync::Client::_DescribeAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAgentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_arn ⇒ ::String
- #creation_time ⇒ ::Time
- #endpoint_type ⇒ "PUBLIC", ...
- #last_connection_time ⇒ ::Time
- #name ⇒ ::String
- #platform ⇒ Types::Platform
- #private_link_config ⇒ Types::PrivateLinkConfig
- #status ⇒ "ONLINE", "OFFLINE"
Instance Method Details
#agent_arn ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def agent_arn: () -> ::String
|
#creation_time ⇒ ::Time
481 |
# File 'sig/client.rbs', line 481
def creation_time: () -> ::Time
|
#endpoint_type ⇒ "PUBLIC", ...
482 |
# File 'sig/client.rbs', line 482
def endpoint_type: () -> ("PUBLIC" | "PRIVATE_LINK" | "FIPS" | "FIPS_PRIVATE_LINK")
|
#last_connection_time ⇒ ::Time
480 |
# File 'sig/client.rbs', line 480
def last_connection_time: () -> ::Time
|
#name ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def name: () -> ::String
|
#platform ⇒ Types::Platform
484 |
# File 'sig/client.rbs', line 484
def platform: () -> Types::Platform
|
#private_link_config ⇒ Types::PrivateLinkConfig
483 |
# File 'sig/client.rbs', line 483
def private_link_config: () -> Types::PrivateLinkConfig
|
#status ⇒ "ONLINE", "OFFLINE"
479 |
# File 'sig/client.rbs', line 479
def status: () -> ("ONLINE" | "OFFLINE")
|