Class: Aws::Types::ManagedView
- Inherits:
-
Object
- Object
- Aws::Types::ManagedView
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
-
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#managed_view_arn ⇒ ::String
Returns the value of attribute managed_view_arn.
-
#managed_view_name ⇒ ::String
Returns the value of attribute managed_view_name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#trusted_service ⇒ ::String
Returns the value of attribute trusted_service.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
357 358 359 |
# File 'sig/types.rbs', line 357 def filters @filters end |
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
356 357 358 |
# File 'sig/types.rbs', line 356 def included_properties @included_properties end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
353 354 355 |
# File 'sig/types.rbs', line 353 def last_updated_at @last_updated_at end |
#managed_view_arn ⇒ ::String
Returns the value of attribute managed_view_arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def managed_view_arn @managed_view_arn end |
#managed_view_name ⇒ ::String
Returns the value of attribute managed_view_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def managed_view_name @managed_view_name end |
#owner ⇒ ::String
Returns the value of attribute owner.
354 355 356 |
# File 'sig/types.rbs', line 354 def owner @owner end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
358 359 360 |
# File 'sig/types.rbs', line 358 def resource_policy @resource_policy end |
#scope ⇒ ::String
Returns the value of attribute scope.
355 356 357 |
# File 'sig/types.rbs', line 355 def scope @scope end |
#trusted_service ⇒ ::String
Returns the value of attribute trusted_service.
352 353 354 |
# File 'sig/types.rbs', line 352 def trusted_service @trusted_service end |
#version ⇒ ::String
Returns the value of attribute version.
359 360 361 |
# File 'sig/types.rbs', line 359 def version @version end |