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)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def client_token
  @client_token
end

#contentTypes::ViewInputContent

Returns the value of attribute content.



1952
1953
1954
# File 'sig/types.rbs', line 1952

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1951
1952
1953
# File 'sig/types.rbs', line 1951

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1955
1956
1957
# File 'sig/types.rbs', line 1955

def tags
  @tags
end