Class: Aws::Types::ListSubscriptionGrantsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4303
4304
4305
# File 'sig/types.rbs', line 4303

def domain_identifier
  @domain_identifier
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


4304
4305
4306
# File 'sig/types.rbs', line 4304

def environment_id
  @environment_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4314
4315
4316
# File 'sig/types.rbs', line 4314

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4315
4316
4317
# File 'sig/types.rbs', line 4315

def next_token
  @next_token
end

#owning_group_id::String

Returns the value of attribute owning_group_id.

Returns:

  • (::String)


4311
4312
4313
# File 'sig/types.rbs', line 4311

def owning_group_id
  @owning_group_id
end

#owning_iam_principal_arn::String

Returns the value of attribute owning_iam_principal_arn.

Returns:

  • (::String)


4309
4310
4311
# File 'sig/types.rbs', line 4309

def owning_iam_principal_arn
  @owning_iam_principal_arn
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


4308
4309
4310
# File 'sig/types.rbs', line 4308

def owning_project_id
  @owning_project_id
end

#owning_user_id::String

Returns the value of attribute owning_user_id.

Returns:

  • (::String)


4310
4311
4312
# File 'sig/types.rbs', line 4310

def owning_user_id
  @owning_user_id
end

#sort_by"CREATED_AT", "UPDATED_AT"

Returns the value of attribute sort_by.

Returns:

  • ("CREATED_AT", "UPDATED_AT")


4312
4313
4314
# File 'sig/types.rbs', line 4312

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4313
4314
4315
# File 'sig/types.rbs', line 4313

def sort_order
  @sort_order
end

#subscribed_listing_id::String

Returns the value of attribute subscribed_listing_id.

Returns:

  • (::String)


4306
4307
4308
# File 'sig/types.rbs', line 4306

def subscribed_listing_id
  @subscribed_listing_id
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


4307
4308
4309
# File 'sig/types.rbs', line 4307

def subscription_id
  @subscription_id
end

#subscription_target_id::String

Returns the value of attribute subscription_target_id.

Returns:

  • (::String)


4305
4306
4307
# File 'sig/types.rbs', line 4305

def subscription_target_id
  @subscription_target_id
end