Class: Aws::Types::CreateNetworkInterfacePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInterfacePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#permission ⇒ "INSTANCE-ATTACH", "EIP-ASSOCIATE"
Returns the value of attribute permission.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def aws_account_id @aws_account_id end |
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def aws_service @aws_service end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2889 2890 2891 |
# File 'sig/types.rbs', line 2889 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def network_interface_id @network_interface_id end |
#permission ⇒ "INSTANCE-ATTACH", "EIP-ASSOCIATE"
Returns the value of attribute permission.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def @permission end |