Class: Aws::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
Instance Attribute Details
#primary ⇒ Boolean
Returns the value of attribute primary.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def primary @primary end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def private_ip_address @private_ip_address end |