Class: Aws::Types::CreateViewInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateViewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
-
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#view_name ⇒ ::String
Returns the value of attribute view_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
74 75 76 |
# File 'sig/types.rbs', line 74 def client_token @client_token end |
#filters ⇒ Types::SearchFilter
Returns the value of attribute filters.
78 79 80 |
# File 'sig/types.rbs', line 78 def filters @filters end |
#included_properties ⇒ ::Array[Types::IncludedProperty]
Returns the value of attribute included_properties.
76 77 78 |
# File 'sig/types.rbs', line 76 def included_properties @included_properties end |
#scope ⇒ ::String
Returns the value of attribute scope.
77 78 79 |
# File 'sig/types.rbs', line 77 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
79 80 81 |
# File 'sig/types.rbs', line 79 def end |
#view_name ⇒ ::String
Returns the value of attribute view_name.
75 76 77 |
# File 'sig/types.rbs', line 75 def view_name @view_name end |