Class: Aws::Types::ServiceView
- Inherits:
-
Object
- Object
- Aws::Types::ServiceView
- 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.
-
#scope_type ⇒ ::String
Returns the value of attribute scope_type.
-
#service_linked_recorder ⇒ Types::ServiceLinkedRecorderInfo
Returns the value of attribute service_linked_recorder.
-
#service_view_arn ⇒ ::String
Returns the value of attribute service_view_arn.
-
#service_view_name ⇒ ::String
Returns the value of attribute service_view_name.
-
#streaming_access_for_service ⇒ ::String
Returns the value of attribute streaming_access_for_service.
Instance Attribute Details
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
452 453 454 |
# File 'sig/types.rbs', line 452 def filters @filters end |
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
453 454 455 |
# File 'sig/types.rbs', line 453 def included_properties @included_properties end |
#scope_type ⇒ ::String
Returns the value of attribute scope_type.
455 456 457 |
# File 'sig/types.rbs', line 455 def scope_type @scope_type end |
#service_linked_recorder ⇒ Types::ServiceLinkedRecorderInfo
Returns the value of attribute service_linked_recorder.
456 457 458 |
# File 'sig/types.rbs', line 456 def service_linked_recorder @service_linked_recorder end |
#service_view_arn ⇒ ::String
Returns the value of attribute service_view_arn.
450 451 452 |
# File 'sig/types.rbs', line 450 def service_view_arn @service_view_arn end |
#service_view_name ⇒ ::String
Returns the value of attribute service_view_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def service_view_name @service_view_name end |
#streaming_access_for_service ⇒ ::String
Returns the value of attribute streaming_access_for_service.
454 455 456 |
# File 'sig/types.rbs', line 454 def streaming_access_for_service @streaming_access_for_service end |