Class: Aws::Types::CreateNetworkInterfacePermissionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def 
  @aws_account_id
end

#aws_service::String

Returns the value of attribute aws_service.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def aws_service
  @aws_service
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("INSTANCE-ATTACH", "EIP-ASSOCIATE")


3000
3001
3002
# File 'sig/types.rbs', line 3000

def permission
  @permission
end