Class: Aws::Types::CreatePrivateConnectionOutput

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)


372
373
374
# File 'sig/types.rbs', line 372

def certificate_expiry_time
  @certificate_expiry_time
end

#dns_resolution"PUBLIC", "IN_VPC"

Returns the value of attribute dns_resolution.

Returns:

  • ("PUBLIC", "IN_VPC")


373
374
375
# File 'sig/types.rbs', line 373

def dns_resolution
  @dns_resolution
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def failure_message
  @failure_message
end

#host_address::String

Returns the value of attribute host_address.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def host_address
  @host_address
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def name
  @name
end

#resource_configuration_id::String

Returns the value of attribute resource_configuration_id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def resource_configuration_id
  @resource_configuration_id
end

#resource_gateway_id::String

Returns the value of attribute resource_gateway_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

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


371
372
373
# File 'sig/types.rbs', line 371

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


375
376
377
# File 'sig/types.rbs', line 375

def tags
  @tags
end

#type"SELF_MANAGED", "SERVICE_MANAGED"

Returns the value of attribute type.

Returns:

  • ("SELF_MANAGED", "SERVICE_MANAGED")


366
367
368
# File 'sig/types.rbs', line 366

def type
  @type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def vpc_id
  @vpc_id
end