Class: Aws::Types::ViewVersionSummary

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)


9587
9588
9589
# File 'sig/types.rbs', line 9587

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9588
9589
9590
# File 'sig/types.rbs', line 9588

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9586
9587
9588
# File 'sig/types.rbs', line 9586

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9589
9590
9591
# File 'sig/types.rbs', line 9589

def name
  @name
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9590
9591
9592
# File 'sig/types.rbs', line 9590

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9591
9592
9593
# File 'sig/types.rbs', line 9591

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9592
9593
9594
# File 'sig/types.rbs', line 9592

def version_description
  @version_description
end