Class: Aws::Types::CreateApiKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#customer_id::String

Returns the value of attribute customer_id.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def customer_id
  @customer_id
end

#description::String

Returns the value of attribute description.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def enabled
  @enabled
end

#generate_distinct_idBoolean

Returns the value of attribute generate_distinct_id.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def generate_distinct_id
  @generate_distinct_id
end

#name::String

Returns the value of attribute name.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#stage_keys::Array[Types::StageKey]

Returns the value of attribute stage_keys.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def stage_keys
  @stage_keys
end

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

Returns the value of attribute tags.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end

#value::String

Returns the value of attribute value.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def value
  @value
end