Class: Aws::Types::GetConfiguredAudienceModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arn::String

Returns the value of attribute audience_model_arn.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def audience_model_arn
  @audience_model_arn
end

#audience_size_configTypes::AudienceSizeConfig

Returns the value of attribute audience_size_config.



630
631
632
# File 'sig/types.rbs', line 630

def audience_size_config
  @audience_size_config
end

#child_resource_tag_on_create_policy"FROM_PARENT_RESOURCE", "NONE"

Returns the value of attribute child_resource_tag_on_create_policy.

Returns:

  • ("FROM_PARENT_RESOURCE", "NONE")


632
633
634
# File 'sig/types.rbs', line 632

def child_resource_tag_on_create_policy
  @child_resource_tag_on_create_policy
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


620
621
622
# File 'sig/types.rbs', line 620

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def description
  @description
end

#min_matching_seed_size::Integer

Returns the value of attribute min_matching_seed_size.

Returns:

  • (::Integer)


629
630
631
# File 'sig/types.rbs', line 629

def min_matching_seed_size
  @min_matching_seed_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def name
  @name
end

#output_configTypes::ConfiguredAudienceModelOutputConfig

Returns the value of attribute output_config.



625
626
627
# File 'sig/types.rbs', line 625

def output_config
  @output_config
end

#shared_audience_metrics::Array[("ALL" | "NONE")]

Returns the value of attribute shared_audience_metrics.

Returns:

  • (::Array[("ALL" | "NONE")])


628
629
630
# File 'sig/types.rbs', line 628

def shared_audience_metrics
  @shared_audience_metrics
end

#status"ACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE")


627
628
629
# File 'sig/types.rbs', line 627

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


631
632
633
# File 'sig/types.rbs', line 631

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


621
622
623
# File 'sig/types.rbs', line 621

def update_time
  @update_time
end