Class: Aws::Types::Proxy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def delete_time
  @delete_time
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def failure_message
  @failure_message
end

#listener_properties::Array[Types::ListenerProperty]

Returns the value of attribute listener_properties.

Returns:



1299
1300
1301
# File 'sig/types.rbs', line 1299

def listener_properties
  @listener_properties
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def proxy_arn
  @proxy_arn
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def proxy_configuration_name
  @proxy_configuration_name
end

#proxy_modify_state"MODIFYING", ...

Returns the value of attribute proxy_modify_state.

Returns:

  • ("MODIFYING", "COMPLETED", "FAILED")


1293
1294
1295
# File 'sig/types.rbs', line 1293

def proxy_modify_state
  @proxy_modify_state
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def proxy_name
  @proxy_name
end

#proxy_state"ATTACHING", ...

Returns the value of attribute proxy_state.

Returns:

  • ("ATTACHING", "ATTACHED", "DETACHING", "DETACHED", "ATTACH_FAILED", "DETACH_FAILED")


1292
1293
1294
# File 'sig/types.rbs', line 1292

def proxy_state
  @proxy_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1301
1302
1303
# File 'sig/types.rbs', line 1301

def tags
  @tags
end

#tls_intercept_propertiesTypes::TlsInterceptProperties

Returns the value of attribute tls_intercept_properties.



1300
1301
1302
# File 'sig/types.rbs', line 1300

def tls_intercept_properties
  @tls_intercept_properties
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def update_time
  @update_time
end