Class: Aws::Types::VpcInterface
- Inherits:
-
Object
- Object
- Aws::Types::VpcInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
-
#network_interface_type ⇒ "ena", "efa"
Returns the value of attribute network_interface_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def name @name end |
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def network_interface_ids @network_interface_ids end |
#network_interface_type ⇒ "ena", "efa"
Returns the value of attribute network_interface_type.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def network_interface_type @network_interface_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def subnet_id @subnet_id end |