Class: Aws::Types::CreateApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_configTypes::EventConfig

Returns the value of attribute event_config.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def event_config
  @event_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def name
  @name
end

#owner_contact::String

Returns the value of attribute owner_contact.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


249
250
251
# File 'sig/types.rbs', line 249

def tags
  @tags
end