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.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def aws_account_id @aws_account_id end |
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def aws_service @aws_service end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def network_interface_id @network_interface_id end |
#permission ⇒ "INSTANCE-ATTACH", "EIP-ASSOCIATE"
Returns the value of attribute permission.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def @permission end |