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)


9420
9421
9422
# File 'sig/types.rbs', line 9420

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



9427
9428
9429
# File 'sig/types.rbs', line 9427

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


9429
9430
9431
# File 'sig/types.rbs', line 9429

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9424
9425
9426
# File 'sig/types.rbs', line 9424

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9419
9420
9421
# File 'sig/types.rbs', line 9419

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9430
9431
9432
# File 'sig/types.rbs', line 9430

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9421
9422
9423
# File 'sig/types.rbs', line 9421

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9422
9423
9424
# File 'sig/types.rbs', line 9422

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


9428
9429
9430
# File 'sig/types.rbs', line 9428

def tags
  @tags
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9423
9424
9425
# File 'sig/types.rbs', line 9423

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9425
9426
9427
# File 'sig/types.rbs', line 9425

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9426
9427
9428
# File 'sig/types.rbs', line 9426

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


9431
9432
9433
# File 'sig/types.rbs', line 9431

def view_content_sha_256
  @view_content_sha_256
end