Class: Aws::Types::View

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9533
9534
9535
# File 'sig/types.rbs', line 9533

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



9540
9541
9542
# File 'sig/types.rbs', line 9540

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


9542
9543
9544
# File 'sig/types.rbs', line 9542

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9537
9538
9539
# File 'sig/types.rbs', line 9537

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9532
9533
9534
# File 'sig/types.rbs', line 9532

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9543
9544
9545
# File 'sig/types.rbs', line 9543

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9534
9535
9536
# File 'sig/types.rbs', line 9534

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9535
9536
9537
# File 'sig/types.rbs', line 9535

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


9541
9542
9543
# File 'sig/types.rbs', line 9541

def tags
  @tags
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9536
9537
9538
# File 'sig/types.rbs', line 9536

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9538
9539
9540
# File 'sig/types.rbs', line 9538

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9539
9540
9541
# File 'sig/types.rbs', line 9539

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


9544
9545
9546
# File 'sig/types.rbs', line 9544

def view_content_sha_256
  @view_content_sha_256
end