Class: Aws::Types::CreateViewRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def client_token
  @client_token
end

#contentTypes::ViewInputContent

Returns the value of attribute content.



1910
1911
1912
# File 'sig/types.rbs', line 1910

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1907
1908
1909
# File 'sig/types.rbs', line 1907

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1909
1910
1911
# File 'sig/types.rbs', line 1909

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1913
1914
1915
# File 'sig/types.rbs', line 1913

def tags
  @tags
end