Class: Aws::Types::UpdateApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def api_id
  @api_id
end

#event_configTypes::EventConfig

Returns the value of attribute event_config.

Returns:



1335
1336
1337
# File 'sig/types.rbs', line 1335

def event_config
  @event_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def name
  @name
end

#owner_contact::String

Returns the value of attribute owner_contact.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def owner_contact
  @owner_contact
end