Class: Aws::Types::IngressPathSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"PUBLIC", "PRIVATE"

Returns the value of attribute access_type.

Returns:

  • ("PUBLIC", "PRIVATE")


1391
1392
1393
# File 'sig/types.rbs', line 1391

def access_type
  @access_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def endpoint
  @endpoint
end