Class: Aws::Types::NetworkInsightsAccessScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


14705
14706
14707
# File 'sig/types.rbs', line 14705

def created_date
  @created_date
end

#network_insights_access_scope_arn::String

Returns the value of attribute network_insights_access_scope_arn.

Returns:

  • (::String)


14704
14705
14706
# File 'sig/types.rbs', line 14704

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.

Returns:

  • (::String)


14703
14704
14705
# File 'sig/types.rbs', line 14703

def network_insights_access_scope_id
  @network_insights_access_scope_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



14707
14708
14709
# File 'sig/types.rbs', line 14707

def tags
  @tags
end

#updated_date::Time

Returns the value of attribute updated_date.

Returns:

  • (::Time)


14706
14707
14708
# File 'sig/types.rbs', line 14706

def updated_date
  @updated_date
end