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)


9648
9649
9650
# File 'sig/types.rbs', line 9648

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



9655
9656
9657
# File 'sig/types.rbs', line 9655

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


9657
9658
9659
# File 'sig/types.rbs', line 9657

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9652
9653
9654
# File 'sig/types.rbs', line 9652

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9647
9648
9649
# File 'sig/types.rbs', line 9647

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9658
9659
9660
# File 'sig/types.rbs', line 9658

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9649
9650
9651
# File 'sig/types.rbs', line 9649

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9650
9651
9652
# File 'sig/types.rbs', line 9650

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


9656
9657
9658
# File 'sig/types.rbs', line 9656

def tags
  @tags
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9651
9652
9653
# File 'sig/types.rbs', line 9651

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9653
9654
9655
# File 'sig/types.rbs', line 9653

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9654
9655
9656
# File 'sig/types.rbs', line 9654

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


9659
9660
9661
# File 'sig/types.rbs', line 9659

def view_content_sha_256
  @view_content_sha_256
end