Class: Aws::Types::HttpEndpointConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#access_key::String

Returns the value of attribute access_key.



520
521
522
# File 'sig/types.rbs', line 520

def access_key
  @access_key
end

#name::String

Returns the value of attribute name.



519
520
521
# File 'sig/types.rbs', line 519

def name
  @name
end

#url::String

Returns the value of attribute url.



518
519
520
# File 'sig/types.rbs', line 518

def url
  @url
end