Class: Aws::Types::CreateViewVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def instance_id
  @instance_id
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def view_content_sha_256
  @view_content_sha_256
end

#view_id::String

Returns the value of attribute view_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def view_id
  @view_id
end