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)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def client_token
  @client_token
end

#contentTypes::ViewInputContent

Returns the value of attribute content.



1931
1932
1933
# File 'sig/types.rbs', line 1931

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1930
1931
1932
# File 'sig/types.rbs', line 1930

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1934
1935
1936
# File 'sig/types.rbs', line 1934

def tags
  @tags
end