Class: Aws::Types::ModifyVpcEndpointServicePayerResponsibilityRequest

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)


14372
14373
14374
# File 'sig/types.rbs', line 14372

def dry_run
  @dry_run
end

#payer_responsibility"ServiceOwner"

Returns the value of attribute payer_responsibility.

Returns:

  • ("ServiceOwner")


14374
14375
14376
# File 'sig/types.rbs', line 14374

def payer_responsibility
  @payer_responsibility
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14373
14374
14375
# File 'sig/types.rbs', line 14373

def service_id
  @service_id
end