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)


9615
9616
9617
# File 'sig/types.rbs', line 9615

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9619
9620
9621
# File 'sig/types.rbs', line 9619

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9614
9615
9616
# File 'sig/types.rbs', line 9614

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9616
9617
9618
# File 'sig/types.rbs', line 9616

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9618
9619
9620
# File 'sig/types.rbs', line 9618

def status
  @status
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9617
9618
9619
# File 'sig/types.rbs', line 9617

def type
  @type
end