Class: Aws::Types::PrivateConnectionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_expiry_time::Time

Returns the value of attribute certificate_expiry_time.

Returns:

  • (::Time)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def certificate_expiry_time
  @certificate_expiry_time
end

#dns_resolution"PUBLIC", "IN_VPC"

Returns the value of attribute dns_resolution.

Returns:

  • ("PUBLIC", "IN_VPC")


1790
1791
1792
# File 'sig/types.rbs', line 1790

def dns_resolution
  @dns_resolution
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def failure_message
  @failure_message
end

#host_address::String

Returns the value of attribute host_address.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def host_address
  @host_address
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def name
  @name
end

#resource_configuration_id::String

Returns the value of attribute resource_configuration_id.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def resource_configuration_id
  @resource_configuration_id
end

#resource_gateway_id::String

Returns the value of attribute resource_gateway_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def resource_gateway_id
  @resource_gateway_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


1784
1785
1786
# File 'sig/types.rbs', line 1784

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1792
1793
1794
# File 'sig/types.rbs', line 1792

def tags
  @tags
end

#type"SERVICE_MANAGED", "SELF_MANAGED"

Returns the value of attribute type.

Returns:

  • ("SERVICE_MANAGED", "SELF_MANAGED")


1783
1784
1785
# File 'sig/types.rbs', line 1783

def type
  @type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def vpc_id
  @vpc_id
end