Class: Aws::Types::NetworkInsightsAccessScope
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInsightsAccessScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#network_insights_access_scope_arn ⇒ ::String
Returns the value of attribute network_insights_access_scope_arn.
-
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
15347 15348 15349 |
# File 'sig/types.rbs', line 15347 def created_date @created_date end |
#network_insights_access_scope_arn ⇒ ::String
Returns the value of attribute network_insights_access_scope_arn.
15346 15347 15348 |
# File 'sig/types.rbs', line 15346 def network_insights_access_scope_arn @network_insights_access_scope_arn end |
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
15345 15346 15347 |
# File 'sig/types.rbs', line 15345 def network_insights_access_scope_id @network_insights_access_scope_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15349 15350 15351 |
# File 'sig/types.rbs', line 15349 def @tags end |
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
15348 15349 15350 |
# File 'sig/types.rbs', line 15348 def updated_date @updated_date end |