Class: Aws::Types::StartSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:kms_key_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def description
  @description
end

#encrypted ⇒ Boolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


150
151
152
# File 'sig/types.rbs', line 150

def encrypted
  @encrypted
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def kms_key_arn
  @kms_key_arn
end

#parent_snapshot_id ⇒ ::String

Returns the value of attribute parent_snapshot_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def parent_snapshot_id
  @parent_snapshot_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def tags
  @tags
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


152
153
154
# File 'sig/types.rbs', line 152

def timeout
  @timeout
end

#volume_size ⇒ ::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


145
146
147
# File 'sig/types.rbs', line 145

def volume_size
  @volume_size
end