Class: Aws::Types::CreateStudioInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mode"SSO", "IAM"

Returns the value of attribute auth_mode.

Returns:

  • ("SSO", "IAM")


286
287
288
# File 'sig/types.rbs', line 286

def auth_mode
  @auth_mode
end

#default_s3_location::String

Returns the value of attribute default_s3_location.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def default_s3_location
  @default_s3_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def description
  @description
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def encryption_key_arn
  @encryption_key_arn
end

#engine_security_group_id::String

Returns the value of attribute engine_security_group_id.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def engine_security_group_id
  @engine_security_group_id
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def idc_instance_arn
  @idc_instance_arn
end

#idc_user_assignment"REQUIRED", "OPTIONAL"

Returns the value of attribute idc_user_assignment.

Returns:

  • ("REQUIRED", "OPTIONAL")


298
299
300
# File 'sig/types.rbs', line 298

def idc_user_assignment
  @idc_user_assignment
end

#idp_auth_url::String

Returns the value of attribute idp_auth_url.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def idp_auth_url
  @idp_auth_url
end

#idp_relay_state_parameter_name::String

Returns the value of attribute idp_relay_state_parameter_name.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def idp_relay_state_parameter_name
  @idp_relay_state_parameter_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def name
  @name
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def service_role
  @service_role
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


288
289
290
# File 'sig/types.rbs', line 288

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def tags
  @tags
end

#trusted_identity_propagation_enabledBoolean

Returns the value of attribute trusted_identity_propagation_enabled.

Returns:

  • (Boolean)


297
298
299
# File 'sig/types.rbs', line 297

def trusted_identity_propagation_enabled
  @trusted_identity_propagation_enabled
end

#user_role::String

Returns the value of attribute user_role.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def user_role
  @user_role
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def vpc_id
  @vpc_id
end

#workspace_security_group_id::String

Returns the value of attribute workspace_security_group_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def workspace_security_group_id
  @workspace_security_group_id
end