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)


9571
9572
9573
# File 'sig/types.rbs', line 9571

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



9578
9579
9580
# File 'sig/types.rbs', line 9578

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


9580
9581
9582
# File 'sig/types.rbs', line 9580

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9575
9576
9577
# File 'sig/types.rbs', line 9575

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9570
9571
9572
# File 'sig/types.rbs', line 9570

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9581
9582
9583
# File 'sig/types.rbs', line 9581

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9572
9573
9574
# File 'sig/types.rbs', line 9572

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9573
9574
9575
# File 'sig/types.rbs', line 9573

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


9579
9580
9581
# File 'sig/types.rbs', line 9579

def tags
  @tags
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9574
9575
9576
# File 'sig/types.rbs', line 9574

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9576
9577
9578
# File 'sig/types.rbs', line 9576

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9577
9578
9579
# File 'sig/types.rbs', line 9577

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


9582
9583
9584
# File 'sig/types.rbs', line 9582

def view_content_sha_256
  @view_content_sha_256
end