Class: Aws::Types::VpcConnector

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.



734
735
736
# File 'sig/types.rbs', line 734

def created_at
  @created_at
end

#deleted_at ⇒ ::Time

Returns the value of attribute deleted_at.



735
736
737
# File 'sig/types.rbs', line 735

def deleted_at
  @deleted_at
end

#security_groups ⇒ ::Array[::String]

Returns the value of attribute security_groups.



732
733
734
# File 'sig/types.rbs', line 732

def security_groups
  @security_groups
end

#status ⇒ "ACTIVE", "INACTIVE"

Returns the value of attribute status.



733
734
735
# File 'sig/types.rbs', line 733

def status
  @status
end

#subnets ⇒ ::Array[::String]

Returns the value of attribute subnets.



731
732
733
# File 'sig/types.rbs', line 731

def subnets
  @subnets
end

#vpc_connector_arn ⇒ ::String

Returns the value of attribute vpc_connector_arn.



729
730
731
# File 'sig/types.rbs', line 729

def vpc_connector_arn
  @vpc_connector_arn
end

#vpc_connector_name ⇒ ::String

Returns the value of attribute vpc_connector_name.



728
729
730
# File 'sig/types.rbs', line 728

def vpc_connector_name
  @vpc_connector_name
end

#vpc_connector_revision ⇒ ::Integer

Returns the value of attribute vpc_connector_revision.



730
731
732
# File 'sig/types.rbs', line 730

def vpc_connector_revision
  @vpc_connector_revision
end