Class: Aws::Types::ModifyVpcEndpointPayerResponsibilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14609
14610
14611
# File 'sig/types.rbs', line 14609

def dry_run
  @dry_run
end

#payer_responsibility"vpc-endpoint-account", "vpc-endpoint-service-account"

Returns the value of attribute payer_responsibility.

Returns:

  • ("vpc-endpoint-account", "vpc-endpoint-service-account")


14612
14613
14614
# File 'sig/types.rbs', line 14612

def payer_responsibility
  @payer_responsibility
end

#scope"vpc-endpoint-charges"

Returns the value of attribute scope.

Returns:

  • ("vpc-endpoint-charges")


14613
14614
14615
# File 'sig/types.rbs', line 14613

def scope
  @scope
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14610
14611
14612
# File 'sig/types.rbs', line 14610

def service_id
  @service_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


14611
14612
14613
# File 'sig/types.rbs', line 14611

def vpc_endpoint_id
  @vpc_endpoint_id
end