Class: Aws::Types::NetworkResource

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)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def 
  @account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def aws_region
  @aws_region
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def core_network_id
  @core_network_id
end

#definition ⇒ ::String

Returns the value of attribute definition.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def definition
  @definition
end

#definition_timestamp ⇒ ::Time

Returns the value of attribute definition_timestamp.

Returns:

  • (::Time)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def definition_timestamp
  @definition_timestamp
end

#metadata ⇒ ::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


1418
1419
1420
# File 'sig/types.rbs', line 1418

def 
  
end

#registered_gateway_arn ⇒ ::String

Returns the value of attribute registered_gateway_arn.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def registered_gateway_arn
  @registered_gateway_arn
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def resource_arn
  @resource_arn
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def resource_type
  @resource_type
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1417
1418
1419
# File 'sig/types.rbs', line 1417

def tags
  @tags
end