Class: Aws::Types::CreateSystemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def name
  @name
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


204
205
206
# File 'sig/types.rbs', line 204

def sharing_enabled
  @sharing_enabled
end

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

Returns the value of attribute tags.

Returns:

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


206
207
208
# File 'sig/types.rbs', line 206

def tags
  @tags
end