Module: Aws::StorageGateway::Client::_DescribeGatewayInformationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayInformationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_watch_log_group_arn ⇒ ::String
- #deprecation_date ⇒ ::String
- #ec2_instance_id ⇒ ::String
- #ec2_instance_region ⇒ ::String
- #endpoint_type ⇒ ::String
- #gateway_arn ⇒ ::String
- #gateway_capacity ⇒ "Small", ...
- #gateway_id ⇒ ::String
- #gateway_name ⇒ ::String
- #gateway_network_interfaces ⇒ ::Array[Types::NetworkInterface]
- #gateway_state ⇒ ::String
- #gateway_timezone ⇒ ::String
- #gateway_type ⇒ ::String
- #host_environment ⇒ "VMWARE", ...
- #host_environment_id ⇒ ::String
- #last_software_update ⇒ ::String
- #next_update_availability_date ⇒ ::String
- #software_updates_end_date ⇒ ::String
- #software_version ⇒ ::String
- #supported_gateway_capacities ⇒ ::Array[("Small" | "Medium" | "Large")]
- #tags ⇒ ::Array[Types::Tag]
- #vpc_endpoint ⇒ ::String
Instance Method Details
#cloud_watch_log_group_arn ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def cloud_watch_log_group_arn: () -> ::String
|
#deprecation_date ⇒ ::String
704 |
# File 'sig/client.rbs', line 704
def deprecation_date: () -> ::String
|
#ec2_instance_id ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def ec2_instance_id: () -> ::String
|
#ec2_instance_region ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def ec2_instance_region: () -> ::String
|
#endpoint_type ⇒ ::String
702 |
# File 'sig/client.rbs', line 702
def endpoint_type: () -> ::String
|
#gateway_arn ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def gateway_arn: () -> ::String
|
#gateway_capacity ⇒ "Small", ...
705 |
# File 'sig/client.rbs', line 705
def gateway_capacity: () -> ("Small" | "Medium" | "Large")
|
#gateway_id ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def gateway_id: () -> ::String
|
#gateway_name ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def gateway_name: () -> ::String
|
#gateway_network_interfaces ⇒ ::Array[Types::NetworkInterface]
692 |
# File 'sig/client.rbs', line 692
def gateway_network_interfaces: () -> ::Array[Types::NetworkInterface]
|
#gateway_state ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def gateway_state: () -> ::String
|
#gateway_timezone ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def gateway_timezone: () -> ::String
|
#gateway_type ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def gateway_type: () -> ::String
|
#host_environment ⇒ "VMWARE", ...
701 |
# File 'sig/client.rbs', line 701
def host_environment: () -> ("VMWARE" | "HYPER-V" | "EC2" | "KVM" | "OTHER" | "SNOWBALL")
|
#host_environment_id ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def host_environment_id: () -> ::String
|
#last_software_update ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def last_software_update: () -> ::String
|
#next_update_availability_date ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def next_update_availability_date: () -> ::String
|
#software_updates_end_date ⇒ ::String
703 |
# File 'sig/client.rbs', line 703
def software_updates_end_date: () -> ::String
|
#software_version ⇒ ::String
708 |
# File 'sig/client.rbs', line 708
def software_version: () -> ::String
|
#supported_gateway_capacities ⇒ ::Array[("Small" | "Medium" | "Large")]
706 |
# File 'sig/client.rbs', line 706
def supported_gateway_capacities: () -> ::Array[("Small" | "Medium" | "Large")]
|
#tags ⇒ ::Array[Types::Tag]
698 |
# File 'sig/client.rbs', line 698
def tags: () -> ::Array[Types::Tag]
|
#vpc_endpoint ⇒ ::String
699 |
# File 'sig/client.rbs', line 699
def vpc_endpoint: () -> ::String
|