Module: Aws::APIGateway::Client::_UpdateApiKeyResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::ApiKey]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_date::Time

Returns:

  • (::Time)


1728
# File 'sig/client.rbs', line 1728

def created_date: () -> ::Time

#customer_id::String

Returns:

  • (::String)


1725
# File 'sig/client.rbs', line 1725

def customer_id: () -> ::String

#description::String

Returns:

  • (::String)


1726
# File 'sig/client.rbs', line 1726

def description: () -> ::String

#enabledBoolean

Returns:

  • (Boolean)


1727
# File 'sig/client.rbs', line 1727

def enabled: () -> bool

#id::String

Returns:

  • (::String)


1722
# File 'sig/client.rbs', line 1722

def id: () -> ::String

#last_updated_date::Time

Returns:

  • (::Time)


1729
# File 'sig/client.rbs', line 1729

def last_updated_date: () -> ::Time

#name::String

Returns:

  • (::String)


1724
# File 'sig/client.rbs', line 1724

def name: () -> ::String

#stage_keys::Array[::String]

Returns:

  • (::Array[::String])


1730
# File 'sig/client.rbs', line 1730

def stage_keys: () -> ::Array[::String]

#tags::Hash[::String, ::String]

Returns:

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


1731
# File 'sig/client.rbs', line 1731

def tags: () -> ::Hash[::String, ::String]

#value::String

Returns:

  • (::String)


1723
# File 'sig/client.rbs', line 1723

def value: () -> ::String