Class: Aws::Types::View
- Inherits:
-
Object
- Object
- Aws::Types::View
- 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.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
-
#view_name ⇒ ::String
Returns the value of attribute view_name.
Instance Attribute Details
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
546 547 548 |
# File 'sig/types.rbs', line 546 def filters @filters end |
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
545 546 547 |
# File 'sig/types.rbs', line 545 def included_properties @included_properties end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
543 544 545 |
# File 'sig/types.rbs', line 543 def last_updated_at @last_updated_at end |
#owner ⇒ ::String
Returns the value of attribute owner.
542 543 544 |
# File 'sig/types.rbs', line 542 def owner @owner end |
#scope ⇒ ::String
Returns the value of attribute scope.
544 545 546 |
# File 'sig/types.rbs', line 544 def scope @scope end |
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
540 541 542 |
# File 'sig/types.rbs', line 540 def view_arn @view_arn end |
#view_name ⇒ ::String
Returns the value of attribute view_name.
541 542 543 |
# File 'sig/types.rbs', line 541 def view_name @view_name end |