Class: Aws::Types::CreateSubscriptionGrantInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_target_names::Array[Types::AssetTargetNameMap]

Returns the value of attribute asset_target_names.

Returns:



1525
1526
1527
# File 'sig/types.rbs', line 1525

def asset_target_names
  @asset_target_names
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def environment_identifier
  @environment_identifier
end

#granted_entityTypes::GrantedEntityInput

Returns the value of attribute granted_entity.



1524
1525
1526
# File 'sig/types.rbs', line 1524

def granted_entity
  @granted_entity
end

#subscription_target_identifier::String

Returns the value of attribute subscription_target_identifier.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def subscription_target_identifier
  @subscription_target_identifier
end