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)


200
201
202
# File 'sig/types.rbs', line 200

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def name
  @name
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


197
198
199
# File 'sig/types.rbs', line 197

def sharing_enabled
  @sharing_enabled
end

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

Returns the value of attribute tags.

Returns:

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


199
200
201
# File 'sig/types.rbs', line 199

def tags
  @tags
end