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)


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

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


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

def security_groups
  @security_groups
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


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

def subnets
  @subnets
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


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

def target_cluster_arn
  @target_cluster_arn
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


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

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


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

def vpc_id
  @vpc_id
end