Class: Aws::Types::ViewDefinitionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definer::String

Returns the value of attribute definer.

Returns:

  • (::String)


8383
8384
8385
# File 'sig/types.rbs', line 8383

def definer
  @definer
end

#is_protectedBoolean

Returns the value of attribute is_protected.

Returns:

  • (Boolean)


8382
8383
8384
# File 'sig/types.rbs', line 8382

def is_protected
  @is_protected
end

#last_refresh_type"FULL", "INCREMENTAL"

Returns the value of attribute last_refresh_type.

Returns:

  • ("FULL", "INCREMENTAL")


8388
8389
8390
# File 'sig/types.rbs', line 8388

def last_refresh_type
  @last_refresh_type
end

#refresh_seconds::Integer

Returns the value of attribute refresh_seconds.

Returns:

  • (::Integer)


8387
8388
8389
# File 'sig/types.rbs', line 8387

def refresh_seconds
  @refresh_seconds
end

#representations::Array[Types::ViewRepresentationInput]

Returns the value of attribute representations.

Returns:



8384
8385
8386
# File 'sig/types.rbs', line 8384

def representations
  @representations
end

#sub_object_version_ids::Array[::Integer]

Returns the value of attribute sub_object_version_ids.

Returns:

  • (::Array[::Integer])


8390
8391
8392
# File 'sig/types.rbs', line 8390

def sub_object_version_ids
  @sub_object_version_ids
end

#sub_objects::Array[::String]

Returns the value of attribute sub_objects.

Returns:

  • (::Array[::String])


8389
8390
8391
# File 'sig/types.rbs', line 8389

def sub_objects
  @sub_objects
end

#view_version_id::Integer

Returns the value of attribute view_version_id.

Returns:

  • (::Integer)


8385
8386
8387
# File 'sig/types.rbs', line 8385

def view_version_id
  @view_version_id
end

#view_version_token::String

Returns the value of attribute view_version_token.

Returns:

  • (::String)


8386
8387
8388
# File 'sig/types.rbs', line 8386

def view_version_token
  @view_version_token
end