Class: Aws::Types::VpcIngressConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def 
  @account_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


754
755
756
# File 'sig/types.rbs', line 754

def created_at
  @created_at
end

#deleted_at ⇒ ::Time

Returns the value of attribute deleted_at.

Returns:

  • (::Time)


755
756
757
# File 'sig/types.rbs', line 755

def deleted_at
  @deleted_at
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def domain_name
  @domain_name
end

#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration

Returns the value of attribute ingress_vpc_configuration.



753
754
755
# File 'sig/types.rbs', line 753

def ingress_vpc_configuration
  @ingress_vpc_configuration
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def service_arn
  @service_arn
end

#status ⇒ "AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "PENDING_CREATION", "PENDING_UPDATE", "PENDING_DELETION", "FAILED_CREATION", "FAILED_UPDATE", "FAILED_DELETION", "DELETED")


750
751
752
# File 'sig/types.rbs', line 750

def status
  @status
end

#vpc_ingress_connection_arn ⇒ ::String

Returns the value of attribute vpc_ingress_connection_arn.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def vpc_ingress_connection_arn
  @vpc_ingress_connection_arn
end

#vpc_ingress_connection_name ⇒ ::String

Returns the value of attribute vpc_ingress_connection_name.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def vpc_ingress_connection_name
  @vpc_ingress_connection_name
end