Class: Aws::Types::ViewDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ViewDefinition
- 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::ViewRepresentation]
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.
8360 8361 8362 |
# File 'sig/types.rbs', line 8360 def definer @definer end |
#is_protected ⇒ Boolean
Returns the value of attribute is_protected.
8359 8360 8361 |
# File 'sig/types.rbs', line 8359 def is_protected @is_protected end |
#last_refresh_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute last_refresh_type.
8364 8365 8366 |
# File 'sig/types.rbs', line 8364 def last_refresh_type @last_refresh_type end |
#refresh_seconds ⇒ ::Integer
Returns the value of attribute refresh_seconds.
8363 8364 8365 |
# File 'sig/types.rbs', line 8363 def refresh_seconds @refresh_seconds end |
#representations ⇒ ::Array[Types::ViewRepresentation]
Returns the value of attribute representations.
8367 8368 8369 |
# File 'sig/types.rbs', line 8367 def representations @representations end |
#sub_object_version_ids ⇒ ::Array[::Integer]
Returns the value of attribute sub_object_version_ids.
8366 8367 8368 |
# File 'sig/types.rbs', line 8366 def sub_object_version_ids @sub_object_version_ids end |
#sub_objects ⇒ ::Array[::String]
Returns the value of attribute sub_objects.
8365 8366 8367 |
# File 'sig/types.rbs', line 8365 def sub_objects @sub_objects end |
#view_version_id ⇒ ::Integer
Returns the value of attribute view_version_id.
8361 8362 8363 |
# File 'sig/types.rbs', line 8361 def view_version_id @view_version_id end |
#view_version_token ⇒ ::String
Returns the value of attribute view_version_token.
8362 8363 8364 |
# File 'sig/types.rbs', line 8362 def view_version_token @view_version_token end |