Class: Aws::Types::UpdateRevisionResponse

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)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def comment
  @comment
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:

  • (Boolean)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def finalized
  @finalized
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def id
  @id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def revocation_comment
  @revocation_comment
end

#revokedBoolean

Returns the value of attribute revoked.

Returns:

  • (Boolean)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def revoked
  @revoked
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def revoked_at
  @revoked_at
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def updated_at
  @updated_at
end