Class: Aws::Types::DescribeGatewayInformationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGatewayInformationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#deprecation_date ⇒ ::String
Returns the value of attribute deprecation_date.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#ec2_instance_region ⇒ ::String
Returns the value of attribute ec2_instance_region.
-
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_capacity ⇒ "Small", ...
Returns the value of attribute gateway_capacity.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute gateway_network_interfaces.
-
#gateway_state ⇒ ::String
Returns the value of attribute gateway_state.
-
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
-
#gateway_type ⇒ ::String
Returns the value of attribute gateway_type.
-
#host_environment ⇒ "VMWARE", ...
Returns the value of attribute host_environment.
-
#host_environment_id ⇒ ::String
Returns the value of attribute host_environment_id.
-
#last_software_update ⇒ ::String
Returns the value of attribute last_software_update.
-
#next_update_availability_date ⇒ ::String
Returns the value of attribute next_update_availability_date.
-
#software_updates_end_date ⇒ ::String
Returns the value of attribute software_updates_end_date.
-
#software_version ⇒ ::String
Returns the value of attribute software_version.
-
#supported_gateway_capacities ⇒ ::Array[("Small" | "Medium" | "Large")]
Returns the value of attribute supported_gateway_capacities.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint ⇒ ::String
Returns the value of attribute vpc_endpoint.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
638 639 640 |
# File 'sig/types.rbs', line 638 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#deprecation_date ⇒ ::String
Returns the value of attribute deprecation_date.
642 643 644 |
# File 'sig/types.rbs', line 642 def deprecation_date @deprecation_date end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def ec2_instance_id @ec2_instance_id end |
#ec2_instance_region ⇒ ::String
Returns the value of attribute ec2_instance_region.
635 636 637 |
# File 'sig/types.rbs', line 635 def ec2_instance_region @ec2_instance_region end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
640 641 642 |
# File 'sig/types.rbs', line 640 def endpoint_type @endpoint_type end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
625 626 627 |
# File 'sig/types.rbs', line 625 def gateway_arn @gateway_arn end |
#gateway_capacity ⇒ "Small", ...
Returns the value of attribute gateway_capacity.
643 644 645 |
# File 'sig/types.rbs', line 643 def gateway_capacity @gateway_capacity end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def gateway_name @gateway_name end |
#gateway_network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute gateway_network_interfaces.
630 631 632 |
# File 'sig/types.rbs', line 630 def gateway_network_interfaces @gateway_network_interfaces end |
#gateway_state ⇒ ::String
Returns the value of attribute gateway_state.
629 630 631 |
# File 'sig/types.rbs', line 629 def gateway_state @gateway_state end |
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
628 629 630 |
# File 'sig/types.rbs', line 628 def gateway_timezone @gateway_timezone end |
#gateway_type ⇒ ::String
Returns the value of attribute gateway_type.
631 632 633 |
# File 'sig/types.rbs', line 631 def gateway_type @gateway_type end |
#host_environment ⇒ "VMWARE", ...
Returns the value of attribute host_environment.
639 640 641 |
# File 'sig/types.rbs', line 639 def host_environment @host_environment end |
#host_environment_id ⇒ ::String
Returns the value of attribute host_environment_id.
645 646 647 |
# File 'sig/types.rbs', line 645 def host_environment_id @host_environment_id end |
#last_software_update ⇒ ::String
Returns the value of attribute last_software_update.
633 634 635 |
# File 'sig/types.rbs', line 633 def last_software_update @last_software_update end |
#next_update_availability_date ⇒ ::String
Returns the value of attribute next_update_availability_date.
632 633 634 |
# File 'sig/types.rbs', line 632 def next_update_availability_date @next_update_availability_date end |
#software_updates_end_date ⇒ ::String
Returns the value of attribute software_updates_end_date.
641 642 643 |
# File 'sig/types.rbs', line 641 def software_updates_end_date @software_updates_end_date end |
#software_version ⇒ ::String
Returns the value of attribute software_version.
646 647 648 |
# File 'sig/types.rbs', line 646 def software_version @software_version end |
#supported_gateway_capacities ⇒ ::Array[("Small" | "Medium" | "Large")]
Returns the value of attribute supported_gateway_capacities.
644 645 646 |
# File 'sig/types.rbs', line 644 def supported_gateway_capacities @supported_gateway_capacities end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
636 637 638 |
# File 'sig/types.rbs', line 636 def end |
#vpc_endpoint ⇒ ::String
Returns the value of attribute vpc_endpoint.
637 638 639 |
# File 'sig/types.rbs', line 637 def vpc_endpoint @vpc_endpoint end |