Class: Aws::Types::DeletePrivateConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePrivateConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
-
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#host_address ⇒ ::String
Returns the value of attribute host_address.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
-
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
932 933 934 |
# File 'sig/types.rbs', line 932 def certificate_expiry_time @certificate_expiry_time end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
933 934 935 |
# File 'sig/types.rbs', line 933 def dns_resolution @dns_resolution end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
934 935 936 |
# File 'sig/types.rbs', line 934 def @failure_message end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
929 930 931 |
# File 'sig/types.rbs', line 929 def host_address @host_address end |
#name ⇒ ::String
Returns the value of attribute name.
925 926 927 |
# File 'sig/types.rbs', line 925 def name @name end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
931 932 933 |
# File 'sig/types.rbs', line 931 def resource_configuration_id @resource_configuration_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
928 929 930 |
# File 'sig/types.rbs', line 928 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
927 928 929 |
# File 'sig/types.rbs', line 927 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
935 936 937 |
# File 'sig/types.rbs', line 935 def @tags end |
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute type.
926 927 928 |
# File 'sig/types.rbs', line 926 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def vpc_id @vpc_id end |