Class: Aws::MigrationHubOrchestrator::Types::PluginSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::PluginSummary
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The summary of the Migration Hub Orchestrator plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The name of the host.
-
#ip_address ⇒ String
The IP address at which the plugin is located.
-
#plugin_id ⇒ String
The ID of the plugin.
-
#registered_time ⇒ String
The time at which the plugin was registered.
-
#status ⇒ String
The status of the plugin.
-
#version ⇒ String
The version of the plugin.
Instance Attribute Details
#hostname ⇒ String
The name of the host.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address at which the plugin is located.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The ID of the plugin.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |
#registered_time ⇒ String
The time at which the plugin was registered.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the plugin.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the plugin.
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1538 class PluginSummary < Struct.new( :plugin_id, :hostname, :status, :ip_address, :version, :registered_time) SENSITIVE = [] include Aws::Structure end |