Class: Aws::Types::CreateApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#event_config ⇒ Types::EventConfig
Returns the value of attribute event_config.
250 251 252 |
# File 'sig/types.rbs', line 250 def event_config @event_config end |
#name ⇒ ::String
Returns the value of attribute name.
247 248 249 |
# File 'sig/types.rbs', line 247 def name @name end |
#owner_contact ⇒ ::String
Returns the value of attribute owner_contact.
248 249 250 |
# File 'sig/types.rbs', line 248 def owner_contact @owner_contact end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
249 250 251 |
# File 'sig/types.rbs', line 249 def end |