Class: Aws::Types::GatewayInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deprecation_date::String

Returns the value of attribute deprecation_date.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("VMWARE", "HYPER-V", "EC2", "KVM", "OTHER", "SNOWBALL")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def software_version
  @software_version
end