Class: Aws::Types::CreateVerifiedAccessGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3713
3714
3715
# File 'sig/types.rbs', line 3713

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3714
3715
3716
# File 'sig/types.rbs', line 3714

def dry_run
  @dry_run
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def policy_document
  @policy_document
end

#sse_specificationTypes::VerifiedAccessSseSpecificationRequest

Returns the value of attribute sse_specification.



3715
3716
3717
# File 'sig/types.rbs', line 3715

def sse_specification
  @sse_specification
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3712
3713
3714
# File 'sig/types.rbs', line 3712

def tag_specifications
  @tag_specifications
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


3709
3710
3711
# File 'sig/types.rbs', line 3709

def verified_access_instance_id
  @verified_access_instance_id
end