Class: Aws::Types::DescribeVpcConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication::String

Returns the value of attribute authentication.

Returns:

  • (::String)


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

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


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

def security_groups
  @security_groups
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "AVAILABLE", "INACTIVE", "DEACTIVATING", "DELETING", "FAILED", "REJECTED", "REJECTING")


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

def state
  @state
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


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

def subnets
  @subnets
end

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

Returns the value of attribute tags.

Returns:

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


646
647
648
# File 'sig/types.rbs', line 646

def tags
  @tags
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


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

def target_cluster_arn
  @target_cluster_arn
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


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

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


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

def vpc_id
  @vpc_id
end