Class: Aws::Types::GatewayInfo
- Inherits:
-
Object
- Object
- Aws::Types::GatewayInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_operational_state ⇒ ::String
Returns the value of attribute gateway_operational_state.
-
#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.
-
#software_version ⇒ ::String
Returns the value of attribute software_version.
Instance Attribute Details
#deprecation_date ⇒ ::String
Returns the value of attribute deprecation_date.
922 923 924 |
# File 'sig/types.rbs', line 922 def deprecation_date @deprecation_date end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
918 919 920 |
# File 'sig/types.rbs', line 918 def ec2_instance_id @ec2_instance_id end |
#ec2_instance_region ⇒ ::String
Returns the value of attribute ec2_instance_region.
919 920 921 |
# File 'sig/types.rbs', line 919 def ec2_instance_region @ec2_instance_region end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
914 915 916 |
# File 'sig/types.rbs', line 914 def gateway_arn @gateway_arn end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
913 914 915 |
# File 'sig/types.rbs', line 913 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
917 918 919 |
# File 'sig/types.rbs', line 917 def gateway_name @gateway_name end |
#gateway_operational_state ⇒ ::String
Returns the value of attribute gateway_operational_state.
916 917 918 |
# File 'sig/types.rbs', line 916 def gateway_operational_state @gateway_operational_state end |
#gateway_type ⇒ ::String
Returns the value of attribute gateway_type.
915 916 917 |
# File 'sig/types.rbs', line 915 def gateway_type @gateway_type end |
#host_environment ⇒ "VMWARE", ...
Returns the value of attribute host_environment.
920 921 922 |
# File 'sig/types.rbs', line 920 def host_environment @host_environment end |
#host_environment_id ⇒ ::String
Returns the value of attribute host_environment_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def host_environment_id @host_environment_id end |
#software_version ⇒ ::String
Returns the value of attribute software_version.
923 924 925 |
# File 'sig/types.rbs', line 923 def software_version @software_version end |