Class: Aws::Types::DescribeProxyResource

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)


639
640
641
# File 'sig/types.rbs', line 639

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


640
641
642
# File 'sig/types.rbs', line 640

def delete_time
  @delete_time
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def failure_message
  @failure_message
end

#listener_properties::Array[Types::ListenerProperty]

Returns the value of attribute listener_properties.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def listener_properties
  @listener_properties
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def nat_gateway_id
  @nat_gateway_id
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def private_dns_name
  @private_dns_name
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def proxy_arn
  @proxy_arn
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def proxy_configuration_name
  @proxy_configuration_name
end

#proxy_modify_state"MODIFYING", ...

Returns the value of attribute proxy_modify_state.

Returns:

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


634
635
636
# File 'sig/types.rbs', line 634

def proxy_modify_state
  @proxy_modify_state
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

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


633
634
635
# File 'sig/types.rbs', line 633

def proxy_state
  @proxy_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def tags
  @tags
end

#tls_intercept_propertiesTypes::TlsInterceptProperties

Returns the value of attribute tls_intercept_properties.



636
637
638
# File 'sig/types.rbs', line 636

def tls_intercept_properties
  @tls_intercept_properties
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


641
642
643
# File 'sig/types.rbs', line 641

def update_time
  @update_time
end

#vpc_endpoint_service_name::String

Returns the value of attribute vpc_endpoint_service_name.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def vpc_endpoint_service_name
  @vpc_endpoint_service_name
end