Class: Aws::Types::ViewDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::ViewDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definer ⇒ ::String
Returns the value of attribute definer.
-
#is_protected ⇒ Boolean
Returns the value of attribute is_protected.
-
#last_refresh_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute last_refresh_type.
-
#refresh_seconds ⇒ ::Integer
Returns the value of attribute refresh_seconds.
-
#representations ⇒ ::Array[Types::ViewRepresentationInput]
Returns the value of attribute representations.
-
#sub_object_version_ids ⇒ ::Array[::Integer]
Returns the value of attribute sub_object_version_ids.
-
#sub_objects ⇒ ::Array[::String]
Returns the value of attribute sub_objects.
-
#view_version_id ⇒ ::Integer
Returns the value of attribute view_version_id.
-
#view_version_token ⇒ ::String
Returns the value of attribute view_version_token.
Instance Attribute Details
#definer ⇒ ::String
Returns the value of attribute definer.
8373 8374 8375 |
# File 'sig/types.rbs', line 8373 def definer @definer end |
#is_protected ⇒ Boolean
Returns the value of attribute is_protected.
8372 8373 8374 |
# File 'sig/types.rbs', line 8372 def is_protected @is_protected end |
#last_refresh_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute last_refresh_type.
8378 8379 8380 |
# File 'sig/types.rbs', line 8378 def last_refresh_type @last_refresh_type end |
#refresh_seconds ⇒ ::Integer
Returns the value of attribute refresh_seconds.
8377 8378 8379 |
# File 'sig/types.rbs', line 8377 def refresh_seconds @refresh_seconds end |
#representations ⇒ ::Array[Types::ViewRepresentationInput]
Returns the value of attribute representations.
8374 8375 8376 |
# File 'sig/types.rbs', line 8374 def representations @representations end |
#sub_object_version_ids ⇒ ::Array[::Integer]
Returns the value of attribute sub_object_version_ids.
8380 8381 8382 |
# File 'sig/types.rbs', line 8380 def sub_object_version_ids @sub_object_version_ids end |
#sub_objects ⇒ ::Array[::String]
Returns the value of attribute sub_objects.
8379 8380 8381 |
# File 'sig/types.rbs', line 8379 def sub_objects @sub_objects end |
#view_version_id ⇒ ::Integer
Returns the value of attribute view_version_id.
8375 8376 8377 |
# File 'sig/types.rbs', line 8375 def view_version_id @view_version_id end |
#view_version_token ⇒ ::String
Returns the value of attribute view_version_token.
8376 8377 8378 |
# File 'sig/types.rbs', line 8376 def view_version_token @view_version_token end |