Class: Aws::Types::UpdateApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#event_config ⇒ Types::EventConfig
Returns the value of attribute event_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_contact ⇒ ::String
Returns the value of attribute owner_contact.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def api_id @api_id end |
#event_config ⇒ Types::EventConfig
Returns the value of attribute event_config.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def event_config @event_config end |
#name ⇒ ::String
Returns the value of attribute name.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def name @name end |
#owner_contact ⇒ ::String
Returns the value of attribute owner_contact.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def owner_contact @owner_contact end |