Class: Aws::Types::DescribeGatewayInformationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Small", "Medium", "Large")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("Small" | "Medium" | "Large")])


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.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def tags
  @tags
end

#vpc_endpoint::String

Returns the value of attribute vpc_endpoint.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def vpc_endpoint
  @vpc_endpoint
end