Class: Aws::Types::Collaboration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_result_regions::Array[("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1")]

Returns the value of attribute allowed_result_regions.

Returns:

  • (::Array[("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1")])


447
448
449
# File 'sig/types.rbs', line 447

def allowed_result_regions
  @allowed_result_regions
end

#analytics_engine"SPARK", "CLEAN_ROOMS_SQL"

Returns the value of attribute analytics_engine.

Returns:

  • ("SPARK", "CLEAN_ROOMS_SQL")


445
446
447
# File 'sig/types.rbs', line 445

def analytics_engine
  @analytics_engine
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def arn
  @arn
end

#auto_approved_change_types::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]

Returns the value of attribute auto_approved_change_types.

Returns:

  • (::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")])


446
447
448
# File 'sig/types.rbs', line 446

def auto_approved_change_types
  @auto_approved_change_types
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


437
438
439
# File 'sig/types.rbs', line 437

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def 
  @creator_account_id
end

#creator_display_name::String

Returns the value of attribute creator_display_name.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def creator_display_name
  @creator_display_name
end

#data_encryption_metadataTypes::DataEncryptionMetadata

Returns the value of attribute data_encryption_metadata.



442
443
444
# File 'sig/types.rbs', line 442

def 
  @data_encryption_metadata
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def id
  @id
end

#is_metrics_enabledBoolean

Returns the value of attribute is_metrics_enabled.

Returns:

  • (Boolean)


448
449
450
# File 'sig/types.rbs', line 448

def is_metrics_enabled
  @is_metrics_enabled
end

#job_log_status"ENABLED", "DISABLED"

Returns the value of attribute job_log_status.

Returns:

  • ("ENABLED", "DISABLED")


444
445
446
# File 'sig/types.rbs', line 444

def job_log_status
  @job_log_status
end

#member_status"INVITED", ...

Returns the value of attribute member_status.

Returns:

  • ("INVITED", "ACTIVE", "LEFT", "REMOVED")


439
440
441
# File 'sig/types.rbs', line 439

def member_status
  @member_status
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def name
  @name
end

#query_log_status"ENABLED", "DISABLED"

Returns the value of attribute query_log_status.

Returns:

  • ("ENABLED", "DISABLED")


443
444
445
# File 'sig/types.rbs', line 443

def query_log_status
  @query_log_status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


438
439
440
# File 'sig/types.rbs', line 438

def update_time
  @update_time
end