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)


14669
14670
14671
# File 'sig/types.rbs', line 14669

def dry_run
  @dry_run
end

#payer_responsibility"ServiceOwner"

Returns the value of attribute payer_responsibility.

Returns:

  • ("ServiceOwner")


14671
14672
14673
# File 'sig/types.rbs', line 14671

def payer_responsibility
  @payer_responsibility
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14670
14671
14672
# File 'sig/types.rbs', line 14670

def service_id
  @service_id
end