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")


1375
1376
1377
# File 'sig/types.rbs', line 1375

def access_type
  @access_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def endpoint
  @endpoint
end