Class: Aws::Types::RouterNetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def arn
  @arn
end

#associated_input_count::Integer

Returns the value of attribute associated_input_count.

Returns:

  • (::Integer)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def associated_input_count
  @associated_input_count
end

#associated_output_count::Integer

Returns the value of attribute associated_output_count.

Returns:

  • (::Integer)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def associated_output_count
  @associated_output_count
end

#configurationTypes::RouterNetworkInterfaceConfiguration

Returns the value of attribute configuration.



1879
1880
1881
# File 'sig/types.rbs', line 1879

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def name
  @name
end

#network_interface_type"PUBLIC", "VPC"

Returns the value of attribute network_interface_type.

Returns:

  • ("PUBLIC", "VPC")


1878
1879
1880
# File 'sig/types.rbs', line 1878

def network_interface_type
  @network_interface_type
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def region_name
  @region_name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "ERROR", "RECOVERING")


1877
1878
1879
# File 'sig/types.rbs', line 1877

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1885
1886
1887
# File 'sig/types.rbs', line 1885

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def updated_at
  @updated_at
end