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)


9201
9202
9203
# File 'sig/types.rbs', line 9201

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



9208
9209
9210
# File 'sig/types.rbs', line 9208

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


9210
9211
9212
# File 'sig/types.rbs', line 9210

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9205
9206
9207
# File 'sig/types.rbs', line 9205

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9200
9201
9202
# File 'sig/types.rbs', line 9200

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9211
9212
9213
# File 'sig/types.rbs', line 9211

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9202
9203
9204
# File 'sig/types.rbs', line 9202

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9203
9204
9205
# File 'sig/types.rbs', line 9203

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


9209
9210
9211
# File 'sig/types.rbs', line 9209

def tags
  @tags
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9204
9205
9206
# File 'sig/types.rbs', line 9204

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9206
9207
9208
# File 'sig/types.rbs', line 9206

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9207
9208
9209
# File 'sig/types.rbs', line 9207

def version_description
  @version_description
end

#view_content_sha_256::String

Returns the value of attribute view_content_sha_256.

Returns:

  • (::String)


9212
9213
9214
# File 'sig/types.rbs', line 9212

def view_content_sha_256
  @view_content_sha_256
end