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")])


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

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")


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

def analytics_engine
  @analytics_engine
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

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")])


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

def auto_approved_change_types
  @auto_approved_change_types
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def 
  @creator_account_id
end

#creator_display_name::String

Returns the value of attribute creator_display_name.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def creator_display_name
  @creator_display_name
end

#data_encryption_metadataTypes::DataEncryptionMetadata

Returns the value of attribute data_encryption_metadata.



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

def 
  @data_encryption_metadata
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def id
  @id
end

#is_metrics_enabledBoolean

Returns the value of attribute is_metrics_enabled.

Returns:

  • (Boolean)


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

def is_metrics_enabled
  @is_metrics_enabled
end

#job_log_status"ENABLED", "DISABLED"

Returns the value of attribute job_log_status.

Returns:

  • ("ENABLED", "DISABLED")


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

def job_log_status
  @job_log_status
end

#member_status"INVITED", ...

Returns the value of attribute member_status.

Returns:

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


428
429
430
# File 'sig/types.rbs', line 428

def member_status
  @member_status
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


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

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def name
  @name
end

#query_log_status"ENABLED", "DISABLED"

Returns the value of attribute query_log_status.

Returns:

  • ("ENABLED", "DISABLED")


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

def query_log_status
  @query_log_status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


427
428
429
# File 'sig/types.rbs', line 427

def update_time
  @update_time
end