Class: Aws::Types::CreateRevisionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def comment
  @comment
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


222
223
224
# File 'sig/types.rbs', line 222

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:

  • (Boolean)


224
225
226
# File 'sig/types.rbs', line 224

def finalized
  @finalized
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def id
  @id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def revocation_comment
  @revocation_comment
end

#revokedBoolean

Returns the value of attribute revoked.

Returns:

  • (Boolean)


230
231
232
# File 'sig/types.rbs', line 230

def revoked
  @revoked
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


231
232
233
# File 'sig/types.rbs', line 231

def revoked_at
  @revoked_at
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def source_id
  @source_id
end

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

Returns the value of attribute tags.

Returns:

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


227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def updated_at
  @updated_at
end