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)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def delete_time
  @delete_time
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def failure_message
  @failure_message
end

#listener_properties::Array[Types::ListenerProperty]

Returns the value of attribute listener_properties.

Returns:



1277
1278
1279
# File 'sig/types.rbs', line 1277

def listener_properties
  @listener_properties
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def proxy_arn
  @proxy_arn
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def proxy_configuration_name
  @proxy_configuration_name
end

#proxy_modify_state"MODIFYING", ...

Returns the value of attribute proxy_modify_state.

Returns:

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


1271
1272
1273
# File 'sig/types.rbs', line 1271

def proxy_modify_state
  @proxy_modify_state
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

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


1270
1271
1272
# File 'sig/types.rbs', line 1270

def proxy_state
  @proxy_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1279
1280
1281
# File 'sig/types.rbs', line 1279

def tags
  @tags
end

#tls_intercept_propertiesTypes::TlsInterceptProperties

Returns the value of attribute tls_intercept_properties.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def tls_intercept_properties
  @tls_intercept_properties
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def update_time
  @update_time
end