Class: Aws::Types::ViewSummary

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)


9595
9596
9597
# File 'sig/types.rbs', line 9595

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9599
9600
9601
# File 'sig/types.rbs', line 9599

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9594
9595
9596
# File 'sig/types.rbs', line 9594

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9596
9597
9598
# File 'sig/types.rbs', line 9596

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9598
9599
9600
# File 'sig/types.rbs', line 9598

def status
  @status
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9597
9598
9599
# File 'sig/types.rbs', line 9597

def type
  @type
end