Class: Aws::EC2::Types::ScheduledInstancesIpv6Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ScheduledInstancesIpv6Address
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an IPv6 address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_address ⇒ String
The IPv6 address.
Instance Attribute Details
#ipv_6_address ⇒ String
The IPv6 address.
64416 64417 64418 64419 64420 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64416 class ScheduledInstancesIpv6Address < Struct.new( :ipv_6_address) SENSITIVE = [] include Aws::Structure end |