Class: Aws::Types::AnalyticsConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def application_arn
  @application_arn
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def application_id
  @application_id
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def external_id
  @external_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def role_arn
  @role_arn
end

#user_data_sharedBoolean

Returns the value of attribute user_data_shared.

Returns:

  • (Boolean)


408
409
410
# File 'sig/types.rbs', line 408

def user_data_shared
  @user_data_shared
end