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)


14312
14313
14314
# File 'sig/types.rbs', line 14312

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")


14315
14316
14317
# File 'sig/types.rbs', line 14315

def payer_responsibility
  @payer_responsibility
end

#scope"vpc-endpoint-charges"

Returns the value of attribute scope.

Returns:

  • ("vpc-endpoint-charges")


14316
14317
14318
# File 'sig/types.rbs', line 14316

def scope
  @scope
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14313
14314
14315
# File 'sig/types.rbs', line 14313

def service_id
  @service_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


14314
14315
14316
# File 'sig/types.rbs', line 14314

def vpc_endpoint_id
  @vpc_endpoint_id
end