Class: Aws::Types::CreateAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type::String

Returns the value of attribute auth_type.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def auth_type
  @auth_type
end

#authorizer_credentials::String

Returns the value of attribute authorizer_credentials.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def authorizer_credentials
  @authorizer_credentials
end

#authorizer_result_ttl_in_seconds::Integer

Returns the value of attribute authorizer_result_ttl_in_seconds.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def authorizer_uri
  @authorizer_uri
end

#identity_source::String

Returns the value of attribute identity_source.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def identity_source
  @identity_source
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def identity_validation_expression
  @identity_validation_expression
end

#name::String

Returns the value of attribute name.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def name
  @name
end

#provider_arns::Array[::String]

Returns the value of attribute provider_arns.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def provider_arns
  @provider_arns
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def rest_api_id
  @rest_api_id
end

#type"TOKEN", ...

Returns the value of attribute type.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def type
  @type
end