Class: Aws::Types::RouterNetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::RouterNetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_input_count ⇒ ::Integer
Returns the value of attribute associated_input_count.
-
#associated_output_count ⇒ ::Integer
Returns the value of attribute associated_output_count.
-
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interface_type ⇒ "PUBLIC", "VPC"
Returns the value of attribute network_interface_type.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def associated_output_count @associated_output_count end |
#configuration ⇒ Types::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.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def region_name @region_name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def updated_at @updated_at end |